cantera/Cantera/python/examples/reactors/surf_pfr_sim/Makefile.in
2009-03-24 15:26:05 +00:00

18 lines
155 B
Makefile

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