fix: makefile had some duplicate configurations

This commit is contained in:
2025-09-11 21:37:33 +02:00
parent 03c76b0be6
commit 23fda298e6

View File

@@ -9,9 +9,6 @@ VERSION = 0.0.0
DEBUG ?= 0
CC ?= cc
LD ?= ld
LDFLAGS += -flto -lm
MARCH ?= $(shell uname -m)
KERNEL ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
# compilation flags
CFLAGS += -c -std=gnu99 -Wall -Wextra -Wpedantic -MMD -MP