From e2163d805f0d72e187f1ca9c754459ac7f5a7b06 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 5 Dec 2019 05:20:32 -0500 Subject: Add basic unscoop import tool --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db31ae2..ea50e6a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CFLAGS += ${LIBS_PREFIX:%=-I%/include} LDFLAGS += ${LIBS_PREFIX:%=-L%/lib} LDLIBS = -lsqlite3 -BINS = litterbox +BINS = litterbox unscoop -include config.mk -- cgit 1.4.1