diff options
author | Marvin Borner | 2020-11-23 17:09:28 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-23 17:09:28 +0100 |
commit | 23798b52a0aa4bf556b06f15fb9f5923db3cc46f (patch) | |
tree | 352db3855bc4b0262e0477e31c1395e4652097be /libtxt/Makefile | |
parent | d82b18c90710baf16239257272a740488fddf11c (diff) |
Ported sxml library
Diffstat (limited to 'libtxt/Makefile')
-rw-r--r-- | libtxt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtxt/Makefile b/libtxt/Makefile index 436cb3b..543a90d 100644 --- a/libtxt/Makefile +++ b/libtxt/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = keymap.o +COBJS = keymap.o xml.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 |