tAdd -Wall - 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 1b74e28d228c906c59badac7c56d544fc61c7749
(DIR) parent 4332d126e504bea10eff857f21e2ea7c3d341a96
(HTM) Author: sin <sin@2f30.org>
Date: Wed, 21 Mar 2018 10:25:57 +0000
Add -Wall
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -5,7 +5,7 @@ OBJ = dedup.o
BIN = dedup
DISTFILES = $(SRC) LICENSE Makefile arg.h
-CFLAGS = -g
+CFLAGS = -g -Wall
CPPFLAGS = -I/usr/local/include
LDLIBS = -lcrypto