summary refs log tree commit diff
path: root/bin/hilex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hilex/Makefile')
-rw-r--r--bin/hilex/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/hilex/Makefile b/bin/hilex/Makefile
index c71738d6..e7972425 100644
--- a/bin/hilex/Makefile
+++ b/bin/hilex/Makefile
@@ -1,10 +1,7 @@
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 
-OBJS += ansi.o
 OBJS += c.o
 OBJS += hilex.o
-OBJS += html.o
-OBJS += irc.o
 OBJS += make.o
 OBJS += mdoc.o
 OBJS += text.o