mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 06:05:44 +01:00
fix: makefile had some duplicate configurations
This commit is contained in:
3
Makefile
3
Makefile
@@ -9,9 +9,6 @@ VERSION = 0.0.0
|
|||||||
DEBUG ?= 0
|
DEBUG ?= 0
|
||||||
CC ?= cc
|
CC ?= cc
|
||||||
LD ?= ld
|
LD ?= ld
|
||||||
LDFLAGS += -flto -lm
|
|
||||||
MARCH ?= $(shell uname -m)
|
|
||||||
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
|
|
||||||
|
|
||||||
# compilation flags
|
# compilation flags
|
||||||
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -MMD -MP
|
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -MMD -MP
|
||||||
|
|||||||
Reference in New Issue
Block a user