BINARY_NAME=ovh-apikey-manager default: build build: go build -o ${BINARY_NAME} main.go clean: go clean rm ${BINARY_NAME}