cantera/Cantera/python/examples/flames/stflame1/Makefile.in
2009-03-24 19:36:09 +00:00

15 lines
147 B
Makefile

#!/bin/sh
PYTHON_CMD = @PYTHON_CMD@
run:
$(PYTHON_CMD) stflame1.py
test:
./runtest
clean:
rm -f *.log *.csv *.xml
./cleanup
# end of file