C userspace programs
This commit is contained in:
@ -2,14 +2,14 @@ include $(ROOT)/mk/grabsrc.mk
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
ARCH ?= x86_64
|
||||
PUTCHAR_ ?= fb
|
||||
|
||||
CFLAGS := -ffreestanding -Wall -Wextra -g -fcommon -nostdinc
|
||||
|
||||
CFLAGS += -I. \
|
||||
-I$(ROOT)/limine \
|
||||
-I./std/include \
|
||||
-I$(ROOT)/std/include \
|
||||
-I./std \
|
||||
-I./flanterm/src \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
-DLFS_NO_ASSERT \
|
||||
|
Reference in New Issue
Block a user