Skip to content

Commit 0a0561a

Browse files
committed
Refactor the ascii test
1 parent b82eed1 commit 0a0561a

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

src/tests/ascii/Makefile.manual

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
PROG = test_ascii
2-
OBJS = test_ascii.o
1+
PROGS_SRC = test_ascii.f90
32

43
CPPFLAGS = -I../..
54
LDFLAGS = -L../.. -lstdlib
65

7-
.PHONY: all clean test
8-
9-
all: $(PROG)
10-
11-
$(PROG): $(OBJS)
12-
$(FC) $(FFLAGS) $(CPPFLAGS) -o $@ $(OBJS) $(LDFLAGS)
13-
14-
test:
15-
./$(PROG)
16-
17-
clean:
18-
$(RM) $(PROG) $(OBJS) *.mod
19-
20-
%.o: %.f90
21-
$(FC) $(FFLAGS) $(CPPFLAGS) -c $<
6+
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)