cantera/test_problems/python/Makefile.in
2008-01-04 01:12:21 +00:00

14 lines
216 B
Makefile

#!/bin/sh
# test target -> make the program and run the test
test:
./runtest @PYTHON_CMD@
@cd tut1; ./runtest @PYTHON_CMD@
# clean target -> clean up
clean:
../../bin/rm_cvsignore
cd tut1; ./cleanup
depends: