From ac8d2f20136cd49eb0319dfdef070684faf8aba3 Mon Sep 17 00:00:00 2001 From: SimonFJ20 Date: Fri, 20 Mar 2026 14:18:41 +0100 Subject: [PATCH] add first test --- backend/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/backend/Makefile b/backend/Makefile index ee7d969..2c7a175 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -28,6 +28,11 @@ else endif endif +NO_MAIN = 0 +ifeq ($(NO_MAIN),1) + CFLAGS += -Dmain="not_main" +endif + build_dir = build obj_dir = $(build_dir)/obj