commit 1d1fc9c987e43a47d70325d927d2ae81926576f6
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Sun Apr 5 22:55:50 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
CommitDate: Sun Apr 5 22:55:50 2020 +0200

    Explicit make rule to drop config.h from CC call

diff --git a/Makefile b/Makefile
index 125edc9..4677e7a 100644
--- a/Makefile
+++ b/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}

Reply via email to