Removed errors in the makefiles.

This commit is contained in:
Harry Moffat 2009-12-29 01:41:41 +00:00
parent 7113dd53da
commit 9cf35bff4f
12 changed files with 12 additions and 12 deletions

View file

@ -21,7 +21,7 @@ install:
@INSTALL@ -c -m ug+rw,o+r adiabatic_blessed_0.csv $(INST_DIR)
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

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

View file

@ -21,7 +21,7 @@ install:
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

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

View file

@ -24,7 +24,7 @@ install:
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

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

View file

@ -21,7 +21,7 @@ install:
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

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

View file

@ -22,7 +22,7 @@ install:
@INSTALL@ -c -m ug+rw,o+r flame_fixed_T_blessed_0.csv $(INST_DIR)
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

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

View file

@ -22,7 +22,7 @@ install:
clean:
rm -f *.log *.csv *.xml
rm -f *.log
./cleanup
# end of file

View file

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