dedup

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

commit fbfe225ce55f4ffabc9368f373171aac1e198935
parent 13378070bffa75c90083946564108ed815a68e5a
Author: sin <sin@2f30.org>
Date:   Tue, 20 Mar 2018 17:56:54 +0000

Add -g to CFLAGS

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -5,6 +5,7 @@ OBJ = dedup.o BIN = dedup DISTFILES = $(SRC) LICENSE Makefile arg.h +CFLAGS = -g CPPFLAGS = -I/usr/local/include LDLIBS = -lcrypto