diff options
author | June McEnroe <june@causal.agency> | 2021-01-12 21:57:42 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-12 21:57:42 -0500 |
commit | 087dcc0be343494728162eb12e05ad8a42f77f22 (patch) | |
tree | 08bb9dda263e7d363bf3e4aa93003caa709ce221 /bin/hilex/Makefile | |
parent | Remove hacky tagging from hilex (diff) | |
download | src-087dcc0be343494728162eb12e05ad8a42f77f22.tar.gz src-087dcc0be343494728162eb12e05ad8a42f77f22.zip |
Consolidate hilex formatters into hilex.c
Diffstat (limited to 'bin/hilex/Makefile')
-rw-r--r-- | bin/hilex/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |