Files
schneller-whatsapp/Makefile
2025-06-18 16:52:48 +02:00

13 lines
162 B
Makefile

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