diff options
author | June McEnroe <june@causal.agency> | 2020-12-28 23:48:24 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-28 23:48:24 -0500 |
commit | 91bb43a64f479c1fe2dbb54500912049505875c1 (patch) | |
tree | 9c9ba5720b3dd45f9430c0b83b761b911ca8898d /bin/hilex/Makefile | |
parent | Generate Tag tokens for mdoc headings (diff) | |
download | src-91bb43a64f479c1fe2dbb54500912049505875c1.tar.gz src-91bb43a64f479c1fe2dbb54500912049505875c1.zip |
Add hilex IRC formatter
Diffstat (limited to 'bin/hilex/Makefile')
-rw-r--r-- | bin/hilex/Makefile | 1 |
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 |