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

15 lines
100 B
Bash

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