mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
7a0da18725
Add Sa to set/get per-section arch and bits configuration Cache io->section and core->io->section to speed up the Sa Update r_sys_arch* Add dummy plugin in asm/rar Fix lines of S=
10 lines
178 B
Makefile
10 lines
178 B
Makefile
OBJ_RAR=bin_rar.o
|
|
|
|
STATIC_OBJ+=${OBJ_RAR}
|
|
TARGET_RAR=bin_rar.${EXT_SO}
|
|
|
|
ALL_TARGETS+=${TARGET_RAR}
|
|
|
|
${TARGET_RAR}: ${OBJ_RAR}
|
|
${CC} $(call libname,bin_rar) ${CFLAGS} ${OBJ_RAR}
|