mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-03-22 22:00:13 +00:00
This commit is contained in:
parent
979ab38a56
commit
617a11a7ec
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -8,6 +8,9 @@ artifacts:
|
||||||
|
|
||||||
generate: artifacts
|
generate: artifacts
|
||||||
|
|
||||||
|
tidy:
|
||||||
|
./bin/bna tidy 3.3.5a-windows-386
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
go build -v -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
|
go build -o bin/bna github.com/thunderbrewhq/binana/go/cmd/bna
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue