This commit is contained in:
Daniel J Walsh 2016-10-17 13:16:31 +00:00 committed by GitHub
commit a94ad014af

View file

@ -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