radare2/libr/bin/p/pe64.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
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}