@@ -1,4 +1,4 @@
.PHONY: build test lint vet clean
.PHONY: build test lint vet clean watch
build:
go build -o vmux ./...
@@ -11,5 +11,8 @@ lint: vet
vet:
go vet ./...
watch: build
watch --color -n2 ./vmux list
clean:
rm -f vmux
The note is not visible to the blocked user.