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

15 lines
103 B
Bash

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