1 Star 0 Fork 0

stesen / capstone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
functions.mk 191 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 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
C
1
https://gitee.com/stesen/capstone.git
git@gitee.com:stesen/capstone.git
stesen
capstone
capstone
master

搜索帮助