summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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