Sign in
fuchsia
/
third_party
/
capstone
/
dc7aafb87c628c03bf18c1e9a83b44c9515ed1ed
/
.
/
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