1 Star 0 Fork 0

dianwoshishi/capstone

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
functions.mk 191 Bytes
Copy Edit Raw Blame History
# Capstone Disassembly Engine
# Common functions used by Makefile & tests/Makefile
define compile
${CC} ${CFLAGS} -c $< -o $@
endef
define log
@printf " %-7s %s\n" "$(1)" "$(2)"
endef
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dianwoshishia/capstone.git
git@gitee.com:dianwoshishia/capstone.git
dianwoshishia
capstone
capstone
master

Search