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

14 lines
99 B
Bash

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