Skip to content

Commit

Permalink
Forget to add .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Mar 19, 2020
1 parent 44f88af commit a758c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fmt:
package:
@sh -c "'$(CURDIR)/scripts/package.sh'"

.PHONY: crossbuild
crossbuild:
goxz -pv=v${VERSION} -build-ldflags="-X main.GitCommit=${REVISION}" \
-arch=386,amd64 -d=./pkg/dist/v${VERSION} \
Expand Down

0 comments on commit a758c38

Please sign in to comment.