Sign in
fuchsia
/
third_party
/
capstone
/
dc59d17b9194bbce8f57661f2f41cfa926c46d35
/
.
/
functions.mk
blob: d946cd34e66ebd4d54de14a02e3625b251031f44 [
file
] [
log
] [
blame
]
# 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