diff options
author | June McEnroe <june@causal.agency> | 2019-12-05 05:20:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-05 05:20:32 -0500 |
commit | e2163d805f0d72e187f1ca9c754459ac7f5a7b06 (patch) | |
tree | c4608d3d38c39e344b89ca1e65422d3881e4341c /Makefile | |
parent | Add prepare and bind helpers (diff) | |
download | litterbox-e2163d805f0d72e187f1ca9c754459ac7f5a7b06.tar.gz litterbox-e2163d805f0d72e187f1ca9c754459ac7f5a7b06.zip |
Add basic unscoop import tool
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 |