cantera/Cantera/python/examples/reactors/combustor_sim/Makefile.in
2009-03-19 19:39:39 +00:00

15 lines
148 B
Makefile

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