From 40d06d0090269aa94179fa4043a6d781dadb4afd Mon Sep 17 00:00:00 2001 From: Jean-Laurent de Morlhon Date: Fri, 3 Mar 2017 17:58:06 +0100 Subject: [PATCH] Add .exe to windows Makefile target Signed-off-by: Jean-Laurent de Morlhon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea331ce3..eba5920a 100644 --- a/Makefile +++ b/Makefile @@ -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