Changed clean rules

This commit is contained in:
Harry Moffat
2009-03-19 14:35:55 +00:00
parent 509fb059c8
commit c7c9e0ce8e
5 changed files with 7 additions and 0 deletions

View File

@@ -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}..."; \

View File

@@ -9,6 +9,7 @@ test:
./runtest
clean:
rm -f *.log *.csv *.xml
./cleanup
# end of file

View File

@@ -9,6 +9,7 @@ test:
./runtest
clean:
rm -f *.log *.csv *.xml
./cleanup
# end of file

View File

@@ -9,6 +9,7 @@ test:
./runtest
clean:
rm -f *.log *.csv *.xml
./cleanup
# end of file

View File

@@ -9,6 +9,7 @@ test:
./runtest
clean:
rm -f *.log *.csv *.xml
./cleanup
# end of file