mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 06:47:33 +00:00
![pancake](/assets/img/avatar_default.png)
Allows to: r2 zip://foo.apk//classes.dex Honor LDFLAGS in r_bin Fix filename issue in r_io_redirect Add testing on-activate event in r2w2
10 lines
284 B
Makefile
10 lines
284 B
Makefile
OBJ_MACH064=bin_mach064.o ../format/mach0/mach064.o
|
|
|
|
STATIC_OBJ+=${OBJ_MACH064}
|
|
TARGET_MACH064=bin_mach064.${EXT_SO}
|
|
|
|
ALL_TARGETS+=${TARGET_MACH064}
|
|
|
|
${TARGET_MACH064}: ${OBJ_MACH064}
|
|
${CC} $(call libname,bin_mach064) -shared ${CFLAGS} -o ${TARGET_MACH064} ${OBJ_MACH064} $(LDFLAGS)
|