*** empty log message ***
This commit is contained in:
parent
082d13eb38
commit
56163cab17
1 changed files with 15 additions and 0 deletions
15
Cantera/python/examples/fuel_cells/Makefile
Normal file
15
Cantera/python/examples/fuel_cells/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = sofc.py
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
Loading…
Add table
Reference in a new issue