radare2/libr/bin/p/pe.mk
Nibble d51005f027 * Added 'static-plugin' feature to r_bin module
* Minor fixups in r_asm build
* Added missing IFDBG in lib.c
2009-03-09 13:03:42 +01:00

12 lines
192 B
Makefile

OBJ_PE=./bin_pe.o ./pe/pe.o
STATIC_OBJ+=${OBJ_PE}
TARGET_PE=bin_pe.so
ALL_TARGETS+=${TARGET_PE}
${TARGET_PE}: ${OBJ_PE}
${CC} ${CFLAGS} -o ${TARGET_PE} ${OBJ_PE}
@#strip -s ${TARGET_PE}