trunk: fixed Makefile.sum
This commit is contained in:
parent
2c46d3327e
commit
7a8b66d726
@ -17,7 +17,7 @@ FC=gfortran
|
||||
FFLAGS=-O3
|
||||
#FFLAGS=-Wall -g -finit-real=nan -ffpe-trap=invalid -fcheck=all -fbounds-check
|
||||
|
||||
DIRECTIVES = -DREVISION="178M"
|
||||
DIRECTIVES = -DREVISION="'$(shell svnversion src)'"
|
||||
|
||||
all: $(EXE)
|
||||
|
||||
@ -65,7 +65,7 @@ utils.o: const_and_precisions.o
|
||||
.PHONY: clean install
|
||||
# Remove output files
|
||||
clean:
|
||||
rm -rf *.o *.mod
|
||||
rm -rf *.o *.mod $(EXE)
|
||||
|
||||
install:
|
||||
@if [ -f $(EXE) ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user