binana/Makefile

19 lines
327 B
Makefile
Raw Permalink Normal View History

all: generate
ce-lua:
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
artifacts: FORCE
./bin/bna mk 3.3.5a-windows-386
generate: artifacts
2026-02-28 03:43:03 -05:00
tidy:
./bin/bna tidy 3.3.5a-windows-386
dependencies:
mkdir -p bin
2026-02-28 03:43:03 -05:00
go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
FORCE: ;