From 843fd9d38a983981f5ddeabda1cd194fe6e99c33 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Wed, 6 Aug 2025 18:53:55 +0200 Subject: [PATCH] fix: do not manually include setup.mk --- assets/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/Makefile b/assets/Makefile index c3a899c..ac014a2 100644 --- a/assets/Makefile +++ b/assets/Makefile @@ -23,9 +23,6 @@ ASSETS_DIR ?= assets .PHONY: default default: all -# Verify environment, and define PLUGIN_ID, PLUGIN_VERSION, HAS_SERVER and HAS_WEBAPP as needed. -include build/setup.mk - ifneq ($(MM_DEBUG),) GO_BUILD_GCFLAGS = -gcflags "all=-N -l" else