feat: working include directive
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user