mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-16 20:20:57 +01:00
+tags support
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user