cantera/Cantera/python/examples/surface_chemistry/diamond_cvd/Makefile.win
2009-07-17 19:18:52 +00:00

15 lines
88 B
Bash

#!/bin/sh
all:
run:
$(PYTHON_CMD) diamond.py
test:
./runtest
clean:
./cleanup