mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 02:33:50 +00:00
11 lines
334 B
Makefile
11 lines
334 B
Makefile
BIN=rabin2
|
|
BINDEPS=r_magic r_core r_db r_bin r_egg r_cons
|
|
BINDEPS+=r_config r_io r_flags r_asm
|
|
BINDEPS+=r_debug r_hash r_lang r_anal r_parse r_bp r_reg
|
|
BINDEPS+=r_search r_syscall r_socket r_fs r_magic r_util r_crypt
|
|
|
|
include ../rules.mk
|
|
include ../../libr/socket/deps.mk
|
|
include ../../shlr/zip/deps.mk
|
|
include ../../shlr/gdb/deps.mk
|