dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 1b74e28d228c906c59badac7c56d544fc61c7749
parent 4332d126e504bea10eff857f21e2ea7c3d341a96
Author: sin <sin@2f30.org>
Date:   Wed, 21 Mar 2018 10:25:57 +0000

Add -Wall

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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