modify includes

This commit is contained in:
2025-08-11 10:04:27 +02:00
parent 25cd3a29b6
commit 88b6f6cf0e
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ VERSION := 0.0.0
DEBUG ?= 0
CC ?= cc
LD ?= ld
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -Ilib -MMD -MP
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -MMD -MP
CFLAGS += -Ilib/glad/include -Ilib/glfw/include -Ilib/libarchive/include
LDFLAGS += -flto -lm
MARCH ?= $(shell uname -m)
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')