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