URI: 
       Fix makefile - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 775d12f9317d5da57933c7641ed3a38f620f81fe
   DIR parent 5e492634032f66a0ea3a17322265eca49efc2592
  HTML 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
       @@ -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