diff options
author | Marvin Borner | 2020-11-24 22:28:40 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-24 22:28:40 +0100 |
commit | 0bc77c8c0dbc1737e2909ff5a2d5e5af48b298f7 (patch) | |
tree | 106d144f4ac653f111d3942b4c30e9d67861982e /libtxt/Makefile | |
parent | 9257facb17bf74eb0eb1babfc59ff3549eb66242 (diff) |
Started HTML rendering
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 |