cantera/Cantera/python/examples/reactors/reactor1_sim/Makefile.in
2009-03-24 15:02:17 +00:00

15 lines
147 B
Makefile

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