Parcourir la source

Explicit make rule to drop config.h from CC call

Jochen Sprickerhof il y a 5 ans
Parent
commit
1d1fc9c987
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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}