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

14 lines
103 B
Bash

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