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