about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-05 05:20:32 -0500
committerJune McEnroe <june@causal.agency>2019-12-05 05:20:32 -0500
commite2163d805f0d72e187f1ca9c754459ac7f5a7b06 (patch)
treec4608d3d38c39e344b89ca1e65422d3881e4341c /Makefile
parentAdd prepare and bind helpers (diff)
downloadlitterbox-e2163d805f0d72e187f1ca9c754459ac7f5a7b06.tar.gz
litterbox-e2163d805f0d72e187f1ca9c754459ac7f5a7b06.zip
Add basic unscoop import tool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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