cantera/Cantera/python/examples/equilibrium/simple_test/Makefile.win
2009-07-15 21:56:11 +00:00

18 lines
127 B
Bash

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