cantera/Cantera/python/examples/reactors/combustor_sim/Makefile.win
2009-07-17 19:33:17 +00:00

18 lines
131 B
Bash

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