tFix makefile - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 775d12f9317d5da57933c7641ed3a38f620f81fe
(DIR) parent 5e492634032f66a0ea3a17322265eca49efc2592
(HTM) 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(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -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