We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db5954 commit afdb3bbCopy full SHA for afdb3bb
Makefile.in
@@ -69,8 +69,8 @@ texinfo.tex Makefile.in configure configure.in mkinstalldirs install-sh \
69
70
all: libtermcap.a info
71
72
-test: libtermcap.a test.o
73
- $(CC) $(CFLAGS) $(LDFLAGS) -o test test.o libtermcap.a
+test: libtermcap.a
+ $(CC) $(CFLAGS) $(LDFLAGS) -o test test.c libtermcap.a
74
./test
75
76
.c.o:
0 commit comments