From 4a61c473b8fea9ba65477a92cdb8e4750b42fb56 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sat, 28 Feb 2026 12:26:28 -0500 Subject: [PATCH] fix(binana): force regeneration of artifacts --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a2a248..b6e8dcc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: generate ce-lua: ./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine -artifacts: +artifacts: FORCE ./bin/bna mk 3.3.5a-windows-386 generate: artifacts @@ -14,3 +14,5 @@ tidy: dependencies: mkdir -p bin go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna + +FORCE: ;