commit 878d58e951c925d4eb19bbdf9adaf4ee78ff33fa parent 8af08a2c4b42e48c04d966781316ad36c4a5a47d Author: Yersa Nordman <finwo@pm.me> Date: Sat, 27 May 2023 00:46:00 +0200 Fixed config.mk wildcard 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 -nobuiltininc -SRC+=$(wildcard __DIRNAME/*/*.c) +SRC+=$(wildcard __DIRNAME/src/*/*.c)