From 8291755340466a6d99efbe22c29aa771fca9d089 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 9 Mar 2026 02:16:46 +0900 Subject: [PATCH] remove unused flags --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85efe07..fc1bcd8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= cc -CFLAGS ?= -I external/xemil/include -I external/stb -I src $(DEFS) +CFLAGS ?= -I external/xemil/include -I src $(DEFS) LDFLAGS ?= -LIBS ?= -lm +LIBS ?= AFTER ?= E ?=