mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
6 lines
113 B
Makefile
6 lines
113 B
Makefile
BIN=rasm2
|
|
BINDEPS=r_asm r_parse r_syscall r_anal r_reg
|
|
BINDEPS+=r_flag r_cons r_lang r_util
|
|
|
|
include ../rules.mk
|