cantera/Cantera/python/examples/reactors/functors_sim/Makefile.in
2009-03-24 14:02:49 +00:00

17 lines
154 B
Makefile

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