commit 307762b2b5e5c7561a8bf7f43e23cd64b855ca54
parent 2041d1eff295913a0507658ec0f3ecba3b431275
Author: bsandro <email@bsandro.tech>
Date: Mon, 20 Oct 2025 23:51:21 +0300
fix makefile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@
.SUFFIXES:
-MAKEFLAGS += -rR
+MAKEFLAGS+=-rR
CFLAGS=-std=gnu23 -Wpedantic -Os -s -fomit-frame-pointer -ffast-math -fno-stack-protector -march=native -fwrapv -ffunction-sections -fdata-sections -fno-asynchronous-unwind-tables -fno-unwind-tables -fmerge-all-constants -fno-ident
LDFLAGS=-lm -lGL -lGLU -lX11 -Wl,--gc-sections
CC=cc