cantera/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in
2009-03-19 14:35:55 +00:00

15 lines
156 B
Makefile

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