From 53679300c7a20dc21f96b1e502585204b36eda35 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 22 Feb 2021 23:23:08 +0100 Subject: Started new frontend lib --- libtxt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtxt') diff --git a/libtxt/Makefile b/libtxt/Makefile index 087b54c..72b828f 100644 --- a/libtxt/Makefile +++ b/libtxt/Makefile @@ -1,6 +1,6 @@ # MIT License, Copyright (c) 2020 Marvin Borner -COBJS = keymap.o xml.o html.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 -- cgit v1.2.3