refactor, cli

This commit is contained in:
eneller
2025-04-27 02:52:39 +02:00
parent 2ce5ff3c50
commit e8e4e25f74
5 changed files with 39 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ build:
$(CC)
arm:
env GOOS=linux GOARCH=arm64 $(CC) -o $(NAME)-arm64
env CGO_ENABLED=1 GOOS=linux GOARCH=arm64 $(CC) -o $(NAME)-arm64
clean:
git clean -fX