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

Add .exe to windows Makefile target

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
Jean-Laurent de Morlhon
2017-03-03 17:58:06 +01:00
parent de50f50ab0
commit 40d06d0090
+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