mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
feat(binana): change tool to deposit generated files into an 'artifacts' folder that isn't retained by repository history
This commit is contained in:
parent
68f52b8efd
commit
47b08df145
44 changed files with 904 additions and 622 deletions
11
Makefile
11
Makefile
|
|
@ -3,14 +3,11 @@ 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
|
||||
artifacts:
|
||||
./bin/bna mk 3.3.5a-windows-386
|
||||
|
||||
profile-gen:
|
||||
./bin/binana generate --profile profile/3.3.5a-windows-386
|
||||
|
||||
generate: compile-symbols profile-gen
|
||||
generate: artifacts
|
||||
|
||||
dependencies:
|
||||
mkdir -p bin
|
||||
go build -v -o bin/binana github.com/thunderbrewhq/binana/go/cmd/binana
|
||||
go build -v -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue