cantera/test_problems/python/Makefile.in
Harry Moffat 9fbb9b5a96 Doxygen update:
Added IdealGasPhase to doxygen
   Filled in a couple of missing functions in IdealGasPhase
Fixed clean rule and depends rule in test_problems
2007-02-20 02:00:20 +00:00

12 lines
162 B
Makefile

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