From 617a11a7ec8de6dbc26e218067853a8ce6c26783 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sat, 28 Feb 2026 03:43:03 -0500 Subject: [PATCH] feat: add 'make tidy' command --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d54e04..7a2a248 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ artifacts: generate: artifacts +tidy: + ./bin/bna tidy 3.3.5a-windows-386 + dependencies: mkdir -p bin - go build -v -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna + go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna