cantera/Cantera/python/examples/surface_chemistry/diamond_cvd/Makefile.in
2009-03-19 19:23:14 +00:00

15 lines
146 B
Makefile

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