1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #43 from jeanlaurent/windows-makefile

Add .exe to windows Makefile target
This commit is contained in:
Vincent Demeester
2017-03-03 18:03:14 +01:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ secretservice:
wincred: wincred:
mkdir -p bin 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: test:
# tests all packages except vendor # tests all packages except vendor