URI: 
       Move CPPFLAGS to config.mk - 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 0aab9028e974842e523f3e9ccfd06e9949c32efb
   DIR parent ec866bc6c38a907bd94f3954119217c36eac50f3
  HTML Author: sin <sin@2f30.org>
       Date:   Thu, 25 Apr 2019 14:16:24 +0100
       
       Move CPPFLAGS to config.mk
       
       Diffstat:
         M Makefile                            |       1 -
         M config.mk                           |       2 ++
       
       2 files changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -29,7 +29,6 @@ DINITOBJ = $(COMMOBJ) dup-init.o
        DPACKOBJ = $(COMMOBJ) dup-pack.o
        DUNPACKOBJ = $(COMMOBJ) dup-unpack.o
        
       -CPPFLAGS = -D_FILE_OFFSET_BITS=64
        LDLIBS = -lsnappy
        
        all: $(BIN)
   DIR diff --git a/config.mk b/config.mk
       @@ -1,3 +1,5 @@
        VERSION = 1.0
        PREFIX = /usr/local
        MANPREFIX = $(PREFIX)/man
       +
       +CPPFLAGS = -D_FILE_OFFSET_BITS=64