We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922287e commit c3e82caCopy full SHA for c3e82ca
1 file changed
test/test.mk
@@ -71,7 +71,8 @@ override CFLAGS += \
71
-I../limine-protocol/include \
72
-I../flanterm/src \
73
-isystem ../freestnd-c-hdrs/include \
74
- -D_LIMINE_PROTO
+ -D_LIMINE_PROTO \
75
+ $(EXTRA_CFLAGS)
76
77
ifeq ($(ARCH),x86)
78
override CFLAGS += \
0 commit comments