cantera/Cantera/python/examples/transport/Makefile.in
2009-03-19 00:51:21 +00:00

17 lines
154 B
Makefile

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