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

16 lines
108 B
Bash

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