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

14 lines
109 B
Bash

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