1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-15 17:02:27 +05:30
Files
docker-credential-helpers/Makefile
T
David Calavera b7ffbdb74f 🌅 complete OS X keychain implementation.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-07 18:20:36 -08:00

11 lines
168 B
Makefile

.PHONY: all osxkeychain test
all: test
osxkeychain:
mkdir -p bin
go build -o bin/docker-credential-osxkeychain osxkeychain/cmd/main_darwin.go
test:
go test ./...