Forráskód Böngészése

Explicit make rule to drop config.h from CC call

Jochen Sprickerhof 5 éve
szülő
commit
1d1fc9c987
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -10,6 +10,7 @@ config.h:
 	cp config.def.h config.h
 
 scroll: scroll.c config.h
+	$(CC) $(CFLAGS) $(CPPFLAGS) scroll.c $(LDLIBS) -o $@
 
 install: scroll
 	cp scroll ${BINDIR}