commit 3fecbeaad073409724cf8a29e9a44725e8b145af parent a6c2406ef1673c2ede566e413ab475a9307ead3e Author: Yersa Nordman <finwo@pm.me> Date: Sat, 14 Mar 2026 22:07:22 +0100 Remove override, we shouldn't use it Diffstat:
| M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -1,2 +1,2 @@ -override CFLAGS+=-nostdinc -fno-builtin +CFLAGS+=-nostdinc -fno-builtin SRC+=$(wildcard __DIRNAME/src/*/*.c)