cantera/Cantera/python/examples/equilibrium/simple_test/Makefile.in
2009-03-18 23:35:34 +00:00

14 lines
137 B
Makefile

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