about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-16 16:21:58 -0500
committerJune McEnroe <june@causal.agency>2018-12-16 16:21:58 -0500
commit38b4a53d57c85ba52952d04ea96f7649ef1295ef (patch)
treea06cd6ef9512eeb1798e82b741ef03b3ef8b59b0 /Makefile
parentUnderline own nick (diff)
downloadcatgirl-38b4a53d57c85ba52952d04ea96f7649ef1295ef.tar.gz
catgirl-38b4a53d57c85ba52952d04ea96f7649ef1295ef.zip
Move base64 to string.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd96001..9f2814b 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ OBJS += input.o
 OBJS += irc.o
 OBJS += log.o
 OBJS += pls.o
+OBJS += string.o
 OBJS += tab.o
 OBJS += tag.o
 OBJS += term.o
@@ -30,7 +31,7 @@ OBJS += ui.o
 OBJS += url.o
 
 TESTS += format.t
-TESTS += pls.t
+TESTS += string.t
 TESTS += term.t
 
 all: tags $(BINS) test