diff --git a/Cantera/python/examples/equilibrium/Makefile.in b/Cantera/python/examples/equilibrium/Makefile.in index 8b28e71ea..becce123e 100644 --- a/Cantera/python/examples/equilibrium/Makefile.in +++ b/Cantera/python/examples/equilibrium/Makefile.in @@ -3,6 +3,9 @@ PY_DEMOS = simple_test stoich_flame adiabatic_flame multiphase_plasma MAKE = @MAKE@ +all: + $(MAKE) run + run: @(for py in $(PY_DEMOS) ; do \ echo "running $${py}..."; \ diff --git a/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in b/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in index dd3f4361f..b21fddfc1 100644 --- a/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in +++ b/Cantera/python/examples/equilibrium/adiabatic_flame/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in b/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in index 2666a60f9..fc28965af 100644 --- a/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in +++ b/Cantera/python/examples/equilibrium/multiphase_plasma/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/equilibrium/simple_test/Makefile.in b/Cantera/python/examples/equilibrium/simple_test/Makefile.in index dd3f4361f..b21fddfc1 100644 --- a/Cantera/python/examples/equilibrium/simple_test/Makefile.in +++ b/Cantera/python/examples/equilibrium/simple_test/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file diff --git a/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in b/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in index dd3f4361f..b21fddfc1 100644 --- a/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in +++ b/Cantera/python/examples/equilibrium/stoich_flame/Makefile.in @@ -9,6 +9,7 @@ test: ./runtest clean: rm -f *.log *.csv *.xml + ./cleanup # end of file