mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 11:11:56 +00:00
3861772e6d
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
233 B
Makefile
10 lines
233 B
Makefile
OBJ_MACH0=bin_mach0.o ../format/mach0/mach0.o
|
|
|
|
STATIC_OBJ+=${OBJ_MACH0}
|
|
TARGET_MACH0=bin_mach0.${EXT_SO}
|
|
|
|
ALL_TARGETS+=${TARGET_MACH0}
|
|
|
|
${TARGET_MACH0}: ${OBJ_MACH0}
|
|
${CC} $(call libname,bin_mach0) ${CFLAGS} $(LDFLAGS) ${OBJ_MACH0}
|