wip: interactive

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