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
219 B
Makefile
10 lines
219 B
Makefile
OBJ_PE64=bin_pe64.o ../format/pe/pe64.o
|
|
|
|
STATIC_OBJ+=${OBJ_PE64}
|
|
TARGET_PE64=bin_pe64.${EXT_SO}
|
|
|
|
ALL_TARGETS+=${TARGET_PE64}
|
|
|
|
${TARGET_PE64}: ${OBJ_PE64}
|
|
${CC} $(call libname,bin_pe64) ${CFLAGS} $(LDFLAGS) ${OBJ_PE64}
|