+tags support

This commit is contained in:
2024-05-30 10:11:23 +02:00
parent dc966a8ddd
commit 56880014eb

View File

@@ -23,12 +23,13 @@ PREFIX = /usr/local
UID = root UID = root
GID = 0 GID = 0
HAVE_POD := $(shell pod2text -h 2>/dev/null) HAVE_POD := $(shell pod2text -h 2>/dev/null)
#TAGS = -tags=ebitenginedebug
all: buildlocal all: buildlocal
buildlocal: buildlocal:
go build -o $(tool) go build $(TAGS) -o $(tool)
install: buildlocal install: buildlocal
install -d -o $(UID) -g $(GID) $(PREFIX)/bin install -d -o $(UID) -g $(GID) $(PREFIX)/bin