Add -Wall - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (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
       @@ -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