mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
13 lines
300 B
Makefile
13 lines
300 B
Makefile
all: generate
|
|
|
|
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
|