From 7500d5e3d1538a880c2a0b2e57e7c5a8d4af1e47 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Mon, 13 Jan 2025 16:46:23 +0200 Subject: [PATCH] makefile correction --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 4b4686b..58d2f4f 100644 --- a/src/makefile +++ b/src/makefile @@ -14,7 +14,7 @@ this__root_dir_rel := ../ this__version_cpp := $(this_out_dir)version.cpp -this_srcs += $(this__version_cpp) $(filter-out main.cpp,$(call prorab-src-dir, bedsidemon)) +this_srcs += $(this__version_cpp) $(filter-out %main.cpp,$(call prorab-src-dir, bedsidemon)) this_no_install := true this_static_lib_only := true