Skip to content

Commit

Permalink
Delete the correct dir on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
CWSpear committed Feb 10, 2016
1 parent d7eec0c commit b05c214
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 @@ -24,7 +24,7 @@ binary:
binaries: clean-bin binary-linux-amd64

clean-bin:
rm -Rf binary
rm -Rf bin

# build a specific binary
binary-linux-amd64: export GOOS=linux
Expand Down

0 comments on commit b05c214

Please sign in to comment.