Browse Source

Default TAG value makefile

pull/88/head
Ruben Cid 5 years ago
parent
commit
8c2757f6a2
  1. 2
      Makefile

2
Makefile

@ -9,7 +9,7 @@ BINARY_UNIX = $(BINARY_NAME)_unix @@ -9,7 +9,7 @@ BINARY_UNIX = $(BINARY_NAME)_unix
DOCKER_ACC ?= gwuhaolin
DOCKER_REPO ?= livego
TAG := $(shell git describe --tags --abbrev=0 2>/dev/null)
TAG ?= $(shell git describe --tags --abbrev=0 2>/dev/null)
default: all

Loading…
Cancel
Save