cantera/Cantera/python/examples/reactors/combustor_sim/Makefile.win

18 lines
120 B
Bash

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