aboutsummaryrefslogtreecommitdiff
path: root/libtxt/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-11-23 22:19:54 +0100
committerMarvin Borner2020-11-23 22:19:54 +0100
commit8babf8b26e23ffdd8094c810295061effde153dd (patch)
tree98aebc32ae3f698b1381d507e595c788e34ada2a /libtxt/Makefile
parentf32a888e6fdcb13802f289ba1aa58b70fa9466f3 (diff)
Fixed some XML/HTML parsing bugs
Diffstat (limited to 'libtxt/Makefile')
-rw-r--r--libtxt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtxt/Makefile b/libtxt/Makefile
index 543a90d..3536250 100644
--- a/libtxt/Makefile
+++ b/libtxt/Makefile
@@ -1,6 +1,6 @@
# MIT License, Copyright (c) 2020 Marvin Borner
-COBJS = keymap.o xml.o
+COBJS = keymap.o xml.o html.o
CC = ccache ../cross/opt/bin/i686-elf-gcc
LD = ccache ../cross/opt/bin/i686-elf-ld
AR = ccache ../cross/opt/bin/i686-elf-ar