Changelog v0.6.0 #289

Merged
6543 merged 10 commits from 6543/tea:changelog_v0.6.0 into master 2020-12-14 12:33:54 +00:00
Showing only changes of commit abdac11785 - Show all commits

View File

@ -131,7 +131,7 @@ check: test
.PHONY: install
install: $(wildcard *.go)
$(GO) install -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)'
$(GO) install -mod=vendor -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)'
.PHONY: build
build: $(EXECUTABLE)