diff options
author | Marvin Borner | 2020-11-28 19:14:56 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-28 19:14:56 +0100 |
commit | 24dfdaa72a64f7b1b00f5a0e054ac359fc995c52 (patch) | |
tree | 58646ec9e3752b5c87a966921a739a4d2740ced3 /libtxt/Makefile | |
parent | baa5c8716372f29b2e1340601282c44d7c5da7e9 (diff) | |
parent | e983cfa7f8580e39a181184fb2ae3a990597c02a (diff) |
Merged HTML renderer
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 3536250..087b54c 100644 --- a/libtxt/Makefile +++ b/libtxt/Makefile @@ -6,7 +6,7 @@ LD = ccache ../cross/opt/bin/i686-elf-ld AR = ccache ../cross/opt/bin/i686-elf-ar WARNINGS = -Wall -Wextra -pedantic-errors -Wshadow -Wpointer-arith -Wwrite-strings -Wredundant-decls -Wnested-externs -Wno-long-long -CFLAGS = $(WARNINGS) -nostdlib -nostdinc -fno-builtin -mgeneral-regs-only -std=c99 -m32 -Iinc/ -I../libc/inc/ -fPIE -Duserspace -Ofast +CFLAGS = $(WARNINGS) -nostdlib -nostdinc -fno-builtin -mgeneral-regs-only -std=c99 -m32 -Iinc/ -I../libc/inc/ -I../libgui/inc/ -fPIE -Duserspace -Ofast all: libtxt |