Add standard C headers
This commit is contained in:
@@ -7,6 +7,8 @@ cflags += -nostdinc \
|
||||
-Wall \
|
||||
-Wextra
|
||||
|
||||
cflags += -isystem . -isystem c_headers/include
|
||||
|
||||
ifeq ($(buildtype),debug)
|
||||
cflags += -O0 -g
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user