diff --git a/Makefile b/Makefile index 3393309..bdae501 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,9 @@ build: arm: env CGO_ENABLED=1 GOOS=linux GOARCH=arm64 $(CC) -o $(NAME)-arm64 +update: + go get -u go.mau.fi/whatsmeow + go mod tidy + clean: git clean -fX