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

15 lines
148 B
Makefile

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