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

14 lines
106 B
Bash

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