diff --git a/Makefile b/Makefile index 82a076c1..e142c08f 100644 --- a/Makefile +++ b/Makefile @@ -40,11 +40,12 @@ conmon: pause: make -C $@ -GO_SRC = $(shell find . -name \*.go) -ocid: $(GO_SRC) ${OCID_LINK} +GO_SRC = $(shell find . -name \*.go) + +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