unicorn/bindings/go/Makefile
2015-08-27 21:22:30 -07:00

10 lines
198 B
Makefile

# Go binding for Unicorn engine. Ryan Hileman <lunixbochs@gmail.com>
.PHONY: gen_const test
gen_const:
cd .. && python const_generator.py go
cd unicorn && go build
test:
cd unicorn && go test