binana/Makefile
superp00t 617a11a7ec
Some checks are pending
Push / build (push) Waiting to run
feat: add 'make tidy' command
2026-02-28 03:43:03 -05:00

16 lines
311 B
Makefile

all: generate
ce-lua:
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
artifacts:
./bin/bna mk 3.3.5a-windows-386
generate: artifacts
tidy:
./bin/bna tidy 3.3.5a-windows-386
dependencies:
mkdir -p bin
go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna