mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
13 lines
139 B
Makefile
Executable File
13 lines
139 B
Makefile
Executable File
#/bin/sh
|
|
|
|
all:
|
|
@echo 'building example programs....'
|
|
cd cxx; @MAKE@ all
|
|
|
|
clean:
|
|
cd cxx; @MAKE@ clean
|
|
|
|
depends:
|
|
cd cxx; @MAKE@ depends
|
|
|