diff --git a/Makefile b/Makefile index f85d1f4..1ec591b 100644 --- a/Makefile +++ b/Makefile @@ -18,11 +18,8 @@ goflags := $(GOFLAGS) -ldflags=" \ all: soju sojudb sojuctl doc/soju.1 soju: - $(GO) build $(goflags) ./cmd/soju -sojudb: - $(GO) build $(goflags) ./cmd/sojudb -sojuctl: - $(GO) build $(goflags) ./cmd/sojuctl + $(GO) build $(goflags) ./cmd/soju ./cmd/sojudb ./cmd/sojuctl +sojudb sojuctl: soju doc/soju.1: doc/soju.1.scd $(SCDOC) doc/soju.1