Browse Source

remove unused variable on makefile (#2225)

for-closed-social
Lunny Xiao 6 years ago
committed by Lauris BH
parent
commit
a9cc538ab5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Makefile

+ 0
- 1
Makefile View File

@ -21,7 +21,6 @@ GOFMT ?= gofmt -s
GOFLAGS := -i -v
EXTRA_GOFLAGS ?=
PWD := $(shell pwd)
LDFLAGS := -X "main.Version=$(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//')" -X "main.Tags=$(TAGS)"

Loading…
Cancel
Save