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
|