cantera/Cantera/python/examples/fuel_cells/Makefile.win

16 lines
108 B
Bash

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