We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03f203 commit 801ee61Copy full SHA for 801ee61
src/Makefile.manual
@@ -8,7 +8,7 @@ OBJS = stdlib_experimental_ascii.o \
8
9
all: $(OBJS)
10
11
-.f90.o:
+%.o: %.f90
12
$(FC) $(FCFLAGS) -c $<
13
14
%.o: %.mod
0 commit comments