feat: working include directive

This commit is contained in:
2025-11-08 18:24:52 +01:00
parent de5fc8c641
commit 9c60d5dc4f
25 changed files with 248 additions and 154 deletions
+5
View File
@@ -16,6 +16,7 @@ build:
log.c/src/log.c \
-lm -lGL -lglfw -lasound \
-Wall -Wextra \
-Wno-format-truncation \
-DGLFW_INCLUDE_NONE \
-DGLFW_EXPOSE_NATIVE_EGL \
-DGLFW_NATIVE_INCLUDE_NONE \
@@ -31,6 +32,10 @@ run: build
demo: build
./build/$(TARGET) $(TEST_ARGS) --demo
.PHONY: sample
sample: build
./build/$(TARGET) --project=sample
.PHONY: valgrind
valgrind: build
valgrind \