Skip to content

Commit

Permalink
Makefile: clean exe too
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Dec 19, 2018
1 parent 6a3975b commit 083dccf
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,4 +8,4 @@ $(bin):
CGO_ENABLED=0 GOARCH=amd64 GOOS=darwin go build -o $(bin)_darwin -ldflags "-s -w -X main.VERSION=git-$$(git rev-parse --short HEAD)"; \

clean:
rm -fv $(bin)_*
rm -fv $(bin).exe $(bin)_*

0 comments on commit 083dccf

Please sign in to comment.