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

16 lines
119 B
Bash

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