BINARY = termcloud build: clean go build -o build/${BINARY} cmd/${BINARY}/main.go clean: go clean ./... rm -rf build