cantera/Cantera/python/examples/reactors/functors_sim/Makefile.in
2009-03-19 20:05:03 +00:00

15 lines
147 B
Makefile

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