From 61d75021c8a1180d2b591e70c783bd2eb21188bd Mon Sep 17 00:00:00 2001 From: Erik K Date: Thu, 26 May 2022 16:31:27 +0000 Subject: mkdir parent directories when needed, also fixed bug in list(). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2dd9aca..9c221a9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ sm: ${OBJ} ${OBJ}: config.h plugins.h -plugins.h: ${PLUGINS} +plugins.h: config.mk printf '%s\n' ${PLUGINS:.c=} | awk -f genplugin.awk install: -- cgit v1.2.3