radare2/libr/asm/p/m68k.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

12 lines
243 B
Makefile

OBJ_M68K=asm_m68k.o
OBJ_M68K+=../arch/m68k/m68k_disasm/m68k_disasm.o
STATIC_OBJ+=${OBJ_M68K}
TARGET_M68K=asm_m68k.so
ALL_TARGETS+=${TARGET_M68K}
${TARGET_M68K}: ${OBJ_M68K}
${CC} ${CFLAGS} -o asm_m68k.so ${OBJ_M68K}
@#strip -s asm_x86.so