scroll

scrollbackbuffer program for st
git clone git://git.suckless.org/scroll
Log | Files | Refs | README

commit 1d1fc9c987e43a47d70325d927d2ae81926576f6
parent ae16d0d30128d141b6bc2d0219a8839aaa3b6c5f
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   Sun,  5 Apr 2020 22:55:50 +0200

Explicit make rule to drop config.h from CC call

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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}