mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 20:35:45 +01:00
modify includes
This commit is contained in:
3
makefile
3
makefile
@@ -14,7 +14,8 @@ VERSION := 0.0.0
|
|||||||
DEBUG ?= 0
|
DEBUG ?= 0
|
||||||
CC ?= cc
|
CC ?= cc
|
||||||
LD ?= ld
|
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
|
LDFLAGS += -flto -lm
|
||||||
MARCH ?= $(shell uname -m)
|
MARCH ?= $(shell uname -m)
|
||||||
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
|
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
|
||||||
|
|||||||
Reference in New Issue
Block a user