@@ -0,0 +1,12 @@
CC=go build
NAME=whatsup-poll
default: build
build:
$(CC)
arm:
env GOOS=linux GOARCH=arm64 $(CC) -o $(NAME)-arm64
clean:
git clean -fX
The note is not visible to the blocked user.