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

15 lines
98 B
Bash

#!/bin/sh
run:
$(PYTHON_CMD) reactor1.py
test:
./runtest
clean:
./cleanup
# end of file