Update 'Makefile' (#31)

Update 'Makefile'

Reviewed-on: https://gitea.com/gitea/changelog/pulls/31
This commit is contained in:
techknowlogick 2020-01-26 20:09:41 +00:00
parent 274edbfcb2
commit f1d64c02e4
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
DIST := dist
GO ?= go
SED_INPLACE := sed -i
SHASUM ?= shasum -a 256
ifneq ($(DRONE_TAG),)
VERSION ?= $(subst v,,$(DRONE_TAG))