mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
14 lines
285 B
Makefile
14 lines
285 B
Makefile
BIN=rahash2
|
|
BINDEPS=r_io r_hash r_socket r_asm r_cons r_util
|
|
BINDEPS+=r_anal r_syscall r_reg r_db r_parse
|
|
BINDEPS+=r_flags
|
|
|
|
include ../rules.mk
|
|
|
|
ifeq ($(OSTYPE),android)
|
|
LDFLAGS+=-lm
|
|
endif
|
|
include ../../libr/socket/deps.mk
|
|
include ../../shlr/zip/deps.mk
|
|
include ../../shlr/gdb/deps.mk
|