Skip to content

Commit 04c648f

Browse files
committed
Suppress exceeding rule
1 parent 654cd75 commit 04c648f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lincoa/src/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARFLAGS = rv
2121
# ANSI colors.
2222
COLOR = true
2323

24-
#---- Customization end here --------------------------------------------------
24+
#---- Customizations end here -------------------------------------------------
2525

2626
srcdir=.
2727
TMPDIR = /tmp
@@ -70,8 +70,5 @@ test-code: ${NAME}-test.out ${srcdir}/../fortran/output.txt
7070
${NAME}-f2c.out: ${NAME}-f2c
7171
./$< | sed 's/\([0-9]\)[eE]\([-+]\?[0-9]\)/\1D\2/g' >$@
7272

73-
test: output.txt
74-
diff "$<" "../fortran/output.txt"
75-
7673
clean:
7774
rm -f *~ *.o ${NAME}-f2c ${NAME}

0 commit comments

Comments
 (0)