unicorn/bindings/go/Makefile

11 lines
198 B
Makefile
Raw Normal View History

2015-08-28 04:13:50 +00:00
# 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