commit 775d12f9317d5da57933c7641ed3a38f620f81fe parent 5e492634032f66a0ea3a17322265eca49efc2592 Author: sin <sin@2f30.org> Date: Tue, 19 Feb 2019 08:35:54 +0000 Fix makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ MANPREFIX = $(PREFIX)/man BIN = dedup SRC = $(BIN).c OBJ = $(BIN).o -DISTFILES = $(SRC) LICENSE Makefile README arg.h $(bin).1 tree.h +DISTFILES = $(SRC) LICENSE Makefile README arg.h $(BIN).1 tree.h CFLAGS = -g -Wall CPPFLAGS = -I/usr/local/include -D_FILE_OFFSET_BITS=64