cantera/Cantera/python/examples/reactors/mix2_sim/Makefile.win
2009-07-17 19:33:17 +00:00

16 lines
99 B
Bash

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