refactor: cli for batch mode

This commit is contained in:
eneller
2025-10-25 00:48:28 +02:00
parent 2fdb09d155
commit a54c005674
5 changed files with 64 additions and 46 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