From 452911586df6115a7c8deadee87fe5d97a7fe36f Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Tue, 6 Jan 2026 18:33:28 -0500 Subject: Add urfave cli --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4172c03..7620a98 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ .PHONY: run build -run: - CGO_ENABLED=0 go run ./main.go +build: + CGO_ENABLED=0 go build -o ./goaes ./cmd/goaes -- cgit v1.2.3