unicorn/bindings/go/Makefile

13 lines
276 B
Makefile
Raw Normal View History

2015-08-28 06:13:50 +02:00
# Go binding for Unicorn engine. Ryan Hileman <lunixbochs@gmail.com>
.PHONY: all gen_const test
2015-08-28 06:13:50 +02:00
all: gen_const
cd unicorn && go build
2015-08-28 06:13:50 +02:00
gen_const:
cd .. && python const_generator.py go
test: all
cd unicorn && LD_LIBRARY_PATH=../../../ DYLD_LIBRARY_PATH=../../../ go test