BINARY_NAME:=magic4linux build: GOOS=linux go build -o ${BINARY_NAME} main.go run: build ./${BINARY_NAME} clean: go clean