.PHONY: build build: go build cmd/shelves/main.go run: go run cmd/shelves/main.go watch: fd | entr -cr make run