From 23fda298e6b7644ff2fe8b79be21d90f79853fb6 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 11 Sep 2025 21:37:33 +0200 Subject: [PATCH] fix: makefile had some duplicate configurations --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 62a0c91..83bd78a 100644 --- a/Makefile +++ b/Makefile @@ -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