diff --git a/Makefile b/Makefile index c6bb8ab..4952ef9 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,11 @@ all: build build: $(BINARIES) +.PHONY: install +install: + $(GO) install ./cmd/gotty-client + + $(BINARIES): $(SOURCES) $(GO) build -o $@ ./cmd/$@