cantera/Cantera/python/examples/flames/flame1/Makefile.win
2009-12-29 01:41:41 +00:00

14 lines
109 B
Bash

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