mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-01-23 01:05:22 +01:00
17 lines
396 B
Makefile
17 lines
396 B
Makefile
all: generate
|
|
|
|
ce-lua:
|
|
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
|
|
|
|
compile-symbols:
|
|
./script/compile-symbols profile/3.3.5a-windows-386
|
|
|
|
profile-gen:
|
|
./bin/binana generate --profile profile/3.3.5a-windows-386
|
|
|
|
generate: compile-symbols profile-gen
|
|
|
|
dependencies:
|
|
mkdir -p bin
|
|
go build -v -o bin/binana github.com/thunderbrewhq/binana/go/cmd/binana
|