mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-14 02:51:12 +00:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
BIN=rafind2
|
|
DEPS=r_search r_util r_io r_cons r_print r_lib r_asm r_anal r_reg
|
|
DEPS+=r_socket
|
|
|
|
include ../binr.mk
|