Skip to content

Commit

Permalink
clean before build
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Jun 1, 2021
1 parent b2eab9c commit 0c6985d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LDFLAGS := -s -w -extldflags '-static' \
-X '$(PACKAGE)/build.BuildCommitSha=$(GIT_SHA)' \
-X '$(PACKAGE)/build.BuildDate=$(shell LC_ALL=en_US.UTF-8 date)'

all: build-all clean-uncompressed-dist shasums
all: clean build-all clean-uncompressed-dist shasums

run:
go run .
Expand Down

0 comments on commit 0c6985d

Please sign in to comment.