From a1fabfc87861f9d22e7cb25accd8a6d500c333cd Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 17 Oct 2016 09:14:48 -0400 Subject: [PATCH] Create OCID_LINK for both ocic and ocid Signed-off-by: Dan Walsh --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ec3b9ad3..ea5c2121 100644 --- a/Makefile +++ b/Makefile @@ -41,10 +41,10 @@ pause: make -C $@ GO_SRC = $(shell find . -name \*.go) -ocid: $(GO_SRC) ${OCID_LINK} +ocid: $(GO_SRC) | ${OCID_LINK} go build --tags "$(BUILDTAGS)" -o $@ ./cmd/server/ -ocic: $(GO_SRC) +ocic: $(GO_SRC) | ${OCID_LINK} go build -o $@ ./cmd/client/ ocid.conf: ocid