From 942a8466dca6b493228195eba4aa992bf8732e30 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 30 Dec 2019 23:15:42 -0500 Subject: Add initial rough version of scoop --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 73df59d..a7ba555 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LDFLAGS += ${LIBS_PREFIX:%=-L%/lib} LDLIBS = -lsqlite3 LDLIBS_litterbox = -ltls -BINS = litterbox unscoop +BINS = litterbox scoop unscoop -include config.mk -- cgit 1.4.1