mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
18 lines
327 B
Makefile
18 lines
327 B
Makefile
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
|
|
|
|
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
|
|
|
|
FORCE: ;
|