cantera/Cantera/python/examples/misc/Makefile.win
2009-07-17 19:37:01 +00:00

15 lines
98 B
Bash

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