BINARY_NAME=gohttpd all:build build: go build -o ${BINARY_NAME} clean: go clean