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

17 lines
106 B
Bash

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