diff options
Diffstat (limited to '')
-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 |