Skip to content

Commit

Permalink
makefile has to contain tabs instead spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanek authored Nov 26, 2019
1 parent 34ee0ac commit 7499ba0
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 @@ -3,7 +3,7 @@ release:
mkdir tmp/windows
mkdir tmp/linux
mkdir tmp/macos
GOOS=darwin GOARCH=amd64 go build .
GOOS=darwin GOARCH=amd64 go build .
mv kcli tmp/macos
GOOS=linux GOARCH=amd64 go build .
mv kcli tmp/linux
Expand Down

0 comments on commit 7499ba0

Please sign in to comment.