binana/Makefile

14 lines
300 B
Makefile
Raw Permalink Normal View History

all: generate
compile-symbols:
2024-11-27 01:59:15 -05:00
./script/compile-symbols profile/3.3.5a-windows-386
2024-11-27 01:59:15 -05:00
profile-gen:
./bin/binana generate --profile profile/3.3.5a-windows-386
2024-11-27 01:59:15 -05:00
generate: compile-symbols profile-gen
dependencies:
mkdir -p bin
go build -v -o bin/binana github.com/thunderbrewhq/binana/go/cmd/binana