URI:
       tAdd -g to CFLAGS - dedup - deduplicating backup program
  HTML git clone git://git.z3bra.org/dedup.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit fbfe225ce55f4ffabc9368f373171aac1e198935
   DIR parent 13378070bffa75c90083946564108ed815a68e5a
  HTML Author: sin <sin@2f30.org>
       Date:   Tue, 20 Mar 2018 17:56:54 +0000
       
       Add -g to CFLAGS
       
       Diffstat:
         M Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -5,6 +5,7 @@ OBJ = dedup.o
        BIN = dedup
        DISTFILES = $(SRC) LICENSE Makefile arg.h
        
       +CFLAGS = -g
        CPPFLAGS = -I/usr/local/include
        LDLIBS = -lcrypto