scroll

scroll
git clone git@git.zachrice.app:repos/scroll.git
Log | Files | Refs | README | LICENSE

commit be4f6bf690b22eea2666c9392981f4d2c8bea39a
parent 73ec48334de6c3925206bbbec6765e0bf01d2120
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   Tue, 31 Dec 2019 16:42:45 +0100

Fix Makefile

Diffstat:
MMakefile | 5+++--
Mscroll.c | 2--
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,6 @@ -CFLAGS = -std=c99 -pedantic -Wall -Wextra -LDFLAGS += -lutil +CFLAGS += -std=c99 -pedantic -Wall -Wextra +LDLIBS += -lutil +CPPFLAGS += -D_DEFAULT_SOURCE .PHONY: all clean diff --git a/scroll.c b/scroll.c @@ -1,5 +1,3 @@ -//#define _DEFAULT_SOURCE - #include <sys/types.h> #include <sys/ioctl.h> #include <sys/select.h>