Rework shared headers

This commit is contained in:
2025-09-05 17:08:40 +02:00
parent 708c53c64d
commit f42c4b7e44
15 changed files with 28 additions and 20 deletions

View File

@ -11,7 +11,7 @@ SRCFILES := $(call GRABSRC, \
system \
)
CFLAGS += -isystem $(ROOT)/share/hdrs -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include
ASFILES := $(call GET_ASFILES, $(SRCFILES))
CFILES := $(call GET_CFILES, $(SRCFILES))