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

14 lines
95 B
Bash

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