VERSION ?= dev GO ?= go build: ./bin ui-build $(GO) build -o ./bin ./cmd/broadcast ./bin: mkdir -p bin ui-%: cd ui && make $*