From fdc0c5cdf65a9d48fd624320dbaf2d95c3675252 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 12 Jan 2021 21:57:42 -0500 Subject: Consolidate hilex formatters into hilex.c --- bin/hilex/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/hilex/Makefile') 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 -- cgit 1.4.1