mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 15:21:18 +00:00
5 lines
137 B
Makefile
5 lines
137 B
Makefile
BIN=rasm2
|
|
BINDEPS=r_asm r_parse r_syscall r_anal r_reg r_hash
|
|
BINDEPS+=r_flag r_cons r_lang r_util r_search r_crypto
|
|
include ../rules.mk
|