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

16 lines
103 B
Bash

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