We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654cd75 commit 04c648fCopy full SHA for 04c648f
lincoa/src/Makefile
@@ -21,7 +21,7 @@ ARFLAGS = rv
21
# ANSI colors.
22
COLOR = true
23
24
-#---- Customization end here --------------------------------------------------
+#---- Customizations end here -------------------------------------------------
25
26
srcdir=.
27
TMPDIR = /tmp
@@ -70,8 +70,5 @@ test-code: ${NAME}-test.out ${srcdir}/../fortran/output.txt
70
${NAME}-f2c.out: ${NAME}-f2c
71
./$< | sed 's/\([0-9]\)[eE]\([-+]\?[0-9]\)/\1D\2/g' >$@
72
73
-test: output.txt
74
- diff "$<" "../fortran/output.txt"
75
-
76
clean:
77
rm -f *~ *.o ${NAME}-f2c ${NAME}
0 commit comments