2024-08-03 00:45:27 -04:00
|
|
|
all: generate
|
|
|
|
|
|
2026-01-15 01:10:51 +03:00
|
|
|
ce-lua:
|
|
|
|
|
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
|
|
|
|
|
|
2026-02-28 12:26:28 -05:00
|
|
|
artifacts: FORCE
|
2026-02-28 02:34:20 -05:00
|
|
|
./bin/bna mk 3.3.5a-windows-386
|
2024-08-03 00:45:27 -04:00
|
|
|
|
2026-02-28 02:34:20 -05:00
|
|
|
generate: artifacts
|
2024-08-03 00:45:27 -04:00
|
|
|
|
2026-02-28 03:43:03 -05:00
|
|
|
tidy:
|
|
|
|
|
./bin/bna tidy 3.3.5a-windows-386
|
|
|
|
|
|
2024-08-03 00:45:27 -04:00
|
|
|
dependencies:
|
|
|
|
|
mkdir -p bin
|
2026-02-28 03:43:03 -05:00
|
|
|
go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
|
2026-02-28 12:26:28 -05:00
|
|
|
|
|
|
|
|
FORCE: ;
|