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

12 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