.PHONY: run run: go run -tags json1 ./main.go build: mkdir -p bin go build -tags json1 -o bin/focalboard-app