cantera/Cantera/python/examples/equilibrium/stoich_flame/Makefile.win
2009-07-15 21:56:11 +00:00

17 lines
122 B
Bash

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