Files
schneller-whatsapp/Makefile
2025-04-27 02:55:04 +02:00

13 lines
156 B
Makefile

CC=go build
NAME=whatsup-poll
default: build
build:
$(CC)
arm:
env CGO_ENABLED=1 GOOS=linux GOARCH=arm64 $(CC) -o $(NAME)-arm64
clean:
git clean -fX