trunk: fixed Makefile.sum

This commit is contained in:
Daniele Micheletti 2018-10-04 08:00:50 +00:00
parent 2c46d3327e
commit 7a8b66d726

View File

@ -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 \