cstest: build with local libcapstone

This commit is contained in:
Nguyen Anh Quynh 2019-03-08 13:24:36 +08:00
parent 165a964bb5
commit 6c4bc4fe71

View File

@ -1,7 +1,7 @@
SOURCE=src
INCLUDE=include
BUILD=build
LIBRARY= -lcmocka -lcapstone
SOURCE = src
INCLUDE = include
BUILD = build
LIBRARY = -lcmocka -lcapstone -L../..
all:
rm -rf $(BUILD)