Files
binana/Makefile
2026-01-15 01:10:51 +03:00

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