We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d80b89 commit 3400515Copy full SHA for 3400515
src/Makefile.manual
@@ -6,7 +6,6 @@ OBJS = stdlib_experimental_ascii.o \
6
f18estop.o
7
8
.PHONY: all clean
9
-.SUFFIXES: $(SUFFIXES) .f90 .o
10
11
all: $(LIB)
12
src/tests/ascii/Makefile.manual
@@ -5,7 +5,6 @@ CPPFLAGS = -I../..
5
LDFLAGS = -L../.. -lstdlib
.PHONY: all clean test
all: $(PROG)
src/tests/loadtxt/Makefile.manual
@@ -2,7 +2,6 @@ CPPFLAGS = -I../..
2
3
4
PROGS = test_loadtxt test_savetxt test_loadtxt_qp test_savetxt_qp
OBJS = $(PROGS:=.o)
0 commit comments