radare2/libr/bin/p/pe.mk
pancake 3861772e6d Initial implementation of r_io.zip plugin
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
2012-09-07 03:26:38 +02:00

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}