.PHONY: build build: go build -o bin/resolve cmd/resolve.go run: ./bin/resolve -i graph.hcl