radare2/libr/asm/p/bf.mk
2010-03-25 10:18:59 +01:00

10 lines
198 B
Makefile

OBJ_BF=asm_bf.o
TARGET_BF=asm_bf.${EXT_SO}
ALL_TARGETS+=${TARGET_BF}
STATIC_OBJ+=${OBJ_BF}
${TARGET_BF}: ${OBJ_BF}
${CC} -shared ${CFLAGS} -o ${TARGET_BF} ${OBJ_BF}
@#strip -s asm_x86.${EXT_SO}