summary refs log tree commit diff
path: root/bin/hilex/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-28 23:48:24 -0500
committerJune McEnroe <june@causal.agency>2020-12-28 23:48:24 -0500
commitc382aaa0828072d208e8bb768c58ae5d0b9eb310 (patch)
treeb35dfc3ab07665bba9ae19819cc69a85cfc6719c /bin/hilex/Makefile
parentGenerate Tag tokens for mdoc headings (diff)
downloadsrc-c382aaa0828072d208e8bb768c58ae5d0b9eb310.tar.gz
src-c382aaa0828072d208e8bb768c58ae5d0b9eb310.zip
Add hilex IRC formatter
Diffstat (limited to 'bin/hilex/Makefile')
-rw-r--r--bin/hilex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hilex/Makefile b/bin/hilex/Makefile
index 3fd11069..aeaa36d4 100644
--- a/bin/hilex/Makefile
+++ b/bin/hilex/Makefile
@@ -3,6 +3,7 @@ CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 OBJS += ansi.o
 OBJS += c.o
 OBJS += hilex.o
+OBJS += irc.o
 OBJS += mdoc.o
 OBJS += text.o