Files
cantera/examples/Makefile.in
2003-04-14 17:57:48 +00:00

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