From 91bb43a64f479c1fe2dbb54500912049505875c1 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 28 Dec 2020 23:48:24 -0500 Subject: Add hilex IRC formatter --- bin/hilex/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/hilex/Makefile') 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 -- cgit 1.4.1