commit 8f294137c31dbe5d5e59714450bc9eee49988b63 parent c30e8303121a21d8692bc4e557f860a767594d71 Author: finwo <finwo@pm.me> Date: Fri, 17 Apr 2026 19:51:54 +0200 Fix cflags Diffstat:
| M | Makefile | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -5,9 +5,11 @@ FIND=$(shell which gfind find | head -1) INCLUDES?= INCLUDES+=-I src +CFLAGS?=-Wall -std=c99 + include lib/.dep/config.mk -CFLAGS?=-Wall -std=c99 $(INCLUDES) -D_DEFAULT_SOURCE -mfma +CGLAGS+=$(INCLUDES) OBJ=$(SRC:.c=.o)