mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-17 04:49:46 +00:00
cstest: build with local libcapstone
This commit is contained in:
parent
165a964bb5
commit
6c4bc4fe71
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user