add Go bindings
This commit is contained in:
10
bindings/go/Makefile
Normal file
10
bindings/go/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user