refactor: cli for batch mode

This commit is contained in:
eneller
2025-10-25 00:48:28 +02:00
parent 2fdb09d155
commit 1999fd7517
4 changed files with 62 additions and 44 deletions

View File

@@ -5,6 +5,9 @@ default: build
build:
$(CC)
run:
go run .
arm:
env CGO_ENABLED=1 GOOS=linux GOARCH=arm64 $(CC) -o $(NAME)-arm64