Fixes makefile

This commit is contained in:
sloum 2022-04-21 15:10:19 -07:00
parent 1e430eaee0
commit fa76d5800d

View File

@ -14,7 +14,7 @@ build:
${GOCMD} build -ldflags "-w -s -X main.VersionHash=${VERSION_HASH}" -o ${BINARY}
.PHONY: gui
nogui:
gui:
${GOCMD} build -tags gui -ldflags "-w -s -X main.VersionHash=${VERSION_HASH}" -o ${BINARY}
.PHONY: install