URI:
       tFix style in Makefile - 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 43c87556750bad8f4b129dc5421060ce26952a55
   DIR parent 18b40a74c0fbdd4941dd8b34fc2997ecde5284ca
  HTML Author: sin <sin@2f30.org>
       Date:   Thu,  7 Mar 2019 11:38:59 +0000
       
       Fix style in Makefile
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -24,7 +24,7 @@ OBJ = \
                pack.o \
                types.o \
                unpack.o \
       -        utils.o
       +        utils.o \
        
        DISTFILES = \
                $(SRC) \