Cleanup..

This commit is contained in:
salman 2013-03-27 08:31:21 +00:00
parent 95c8e5fbb9
commit ad036860fc
2 changed files with 6 additions and 4 deletions

View File

@ -12,15 +12,17 @@ FC=gfortran
DEBUG =
#WARN= -Wall -W
WARN=
#DIALECT = -fno-backslash -fno-automatic -finit-local-zero
#DIALECT = -finit-local-zero
DIALECT =
prefix = /usr/local
OPS=-c $(DIALECT) $(WARN) $(DEBUG)
all : trimsp7l
trimsp7l : trimsp7l.F
$(FC) -o $(HOME)/bin/$@ $<
$(FC) -o $@ $<
clean:
rm -f *.o *~ \#* .#*
rm -f *.o *~ \#* .#* trimsp7l
install:
mv trimsp7l $(prefix)/bin/.