From 56880014ebd6ceea1a3ba0aacb6bb9139d0ddb3c Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 30 May 2024 10:11:23 +0200 Subject: [PATCH] +tags support --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9511555..c3beded 100644 --- a/Makefile +++ b/Makefile @@ -23,12 +23,13 @@ PREFIX = /usr/local UID = root GID = 0 HAVE_POD := $(shell pod2text -h 2>/dev/null) +#TAGS = -tags=ebitenginedebug all: buildlocal buildlocal: - go build -o $(tool) + go build $(TAGS) -o $(tool) install: buildlocal install -d -o $(UID) -g $(GID) $(PREFIX)/bin