Nguyen Anh Quynh | 58a0047 | 2014-05-01 22:53:52 +0800 | [diff] [blame] | 1 | # Capstone Disassembly Engine |
2 | # Common functions used by Makefile & tests/Makefile | ||||
3 | |||||
4 | define compile | ||||
5 | ${CC} ${CFLAGS} -c $< -o $@ | ||||
6 | endef | ||||
7 | |||||
8 | |||||
9 | define log | ||||
10 | @printf " %-7s %s\n" "$(1)" "$(2)" | ||||
11 | endef | ||||
12 |