Bläddra i källkod

Explicit make rule to drop config.h from CC call

Jochen Sprickerhof 5 år sedan
förälder
incheckning
1d1fc9c987
1 ändrade filer med 1 tillägg och 0 borttagningar
  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}