mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
ae04a73774
* Quote to prevent cmd injection * Added -q,-j,-h and -v options * Remove unneeded includes Co-authored-by: Dennis Goodlett <dennis@hurricanelabs.com>
22 lines
273 B
Makefile
22 lines
273 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_main
|
|
|
|
OBJS+=main.o
|
|
OBJS+=rax2.o
|
|
OBJS+=rasm2.o
|
|
OBJS+=ragg2.o
|
|
OBJS+=rarun2.o
|
|
OBJS+=rabin2.o
|
|
OBJS+=rasign2.o
|
|
OBJS+=rafind2.o
|
|
OBJS+=r2agent.o
|
|
OBJS+=radiff2.o
|
|
OBJS+=radare2.o
|
|
OBJS+=rahash2.o
|
|
|
|
# See MAIN_LINK_ALL
|
|
include deps.mk
|
|
|
|
include ../rules.mk
|