Changed clean rules
This commit is contained in:
parent
509fb059c8
commit
c7c9e0ce8e
5 changed files with 7 additions and 0 deletions
|
|
@ -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}..."; \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ test:
|
|||
./runtest
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ test:
|
|||
./runtest
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ test:
|
|||
./runtest
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ test:
|
|||
./runtest
|
||||
clean:
|
||||
rm -f *.log *.csv *.xml
|
||||
./cleanup
|
||||
|
||||
# end of file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue