From 7cd30dc17a85f572d22a29b4797d40039585af2f Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 3 Aug 2025 10:56:21 +0200 Subject: [PATCH] added module name to build dir --- compile.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.mk b/compile.mk index 203814a..5e64bb8 100644 --- a/compile.mk +++ b/compile.mk @@ -1,3 +1,4 @@ +BUILD_DIR := ${BUILD_DIR}/${NAME} DEPFLAGS = -MMD CFLAGS += ${CFLAGS_${CONFIG}}