radare2/libr/asm/p/bf.mk
pancake b2e785fc61 * Add 'static-plugin' feature to r_asm module
* Make rabin2 support 'arm' instead of 'asm_arm' for -a (autoprefix 'asm_')
* Some build fixtures
* Static plugins are configurable in libr/config.mk and libr/config.h
2009-03-08 23:49:15 +00:00

10 lines
176 B
Makefile

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