mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
fix(binana): force regeneration of artifacts
This commit is contained in:
parent
f861c6a4cf
commit
4a61c473b8
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -3,7 +3,7 @@ all: generate
|
||||||
ce-lua:
|
ce-lua:
|
||||||
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
|
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
|
||||||
|
|
||||||
artifacts:
|
artifacts: FORCE
|
||||||
./bin/bna mk 3.3.5a-windows-386
|
./bin/bna mk 3.3.5a-windows-386
|
||||||
|
|
||||||
generate: artifacts
|
generate: artifacts
|
||||||
|
|
@ -14,3 +14,5 @@ tidy:
|
||||||
dependencies:
|
dependencies:
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
|
go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
|
||||||
|
|
||||||
|
FORCE: ;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue