cantera/Cantera/python/examples/flames/stflame1/Makefile.win

14 lines
97 B
Bash

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