Skip to content

Commit

Permalink
Merge pull request #43 from jeanlaurent/windows-makefile
Browse files Browse the repository at this point in the history
Add .exe to windows Makefile target
  • Loading branch information
vdemeester authored Mar 3, 2017
2 parents de50f50 + 40d06d0 commit 1057cf7
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 @@ -22,7 +22,7 @@ secretservice:

wincred:
mkdir -p bin
go build -o bin/docker-credential-wincred wincred/cmd/main_windows.go
go build -o bin/docker-credential-wincred.exe wincred/cmd/main_windows.go

test:
# tests all packages except vendor
Expand Down

0 comments on commit 1057cf7

Please sign in to comment.