mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Removed Makefile in some directories, since it's a generated file in
the configure script.
This commit is contained in:
4
Cantera/python/examples/equilibrium/.cvsignore
Normal file
4
Cantera/python/examples/equilibrium/.cvsignore
Normal file
@@ -0,0 +1,4 @@
|
||||
Makefile
|
||||
ct2ctml.log
|
||||
h2o2.xml
|
||||
transport_log.xml
|
||||
@@ -1,16 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
PY_DEMOS = simple.py stoich.py adiabatic.py multiphase_plasma.py
|
||||
PYTHON_CMD = /Library/Frameworks/Python.framework/Versions/Current/bin/python
|
||||
|
||||
run:
|
||||
@(for py in $(PY_DEMOS) ; do \
|
||||
echo "running $${py}..."; \
|
||||
$(PYTHON_CMD) "$${py}"; \
|
||||
done)
|
||||
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
|
||||
# end of file
|
||||
|
||||
Reference in New Issue
Block a user