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
197 B
Makefile
10 lines
197 B
Makefile
OBJ_PE=bin_pe.o ../format/pe/pe.o
|
|
|
|
STATIC_OBJ+=${OBJ_PE}
|
|
TARGET_PE=bin_pe.${EXT_SO}
|
|
|
|
ALL_TARGETS+=${TARGET_PE}
|
|
|
|
${TARGET_PE}: ${OBJ_PE}
|
|
${CC} $(call libname,bin_pe) ${CFLAGS} $(LDFLAGS) ${OBJ_PE}
|