radare2/libr/asm/p/z80.mk
pancake 42a2e92fec * Added m68 disassembler and code analysis
- m68k assembler pending to fix some license issues with author
* Added z80 assembler and disassembler
  - still not integrated with the plugin
* Software licenses sucks
2012-02-02 01:06:22 +01:00

10 lines
206 B
Makefile

OBJ_Z80=asm_z80.o
STATIC_OBJ+=${OBJ_Z80}
TARGET_Z80=asm_z80.${EXT_SO}
ALL_TARGETS+=${TARGET_Z80}
${TARGET_Z80}: ${OBJ_Z80}
${CC} $(call libname,asm_z80) ${LDFLAGS} ${CFLAGS} -o ${TARGET_Z80} ${OBJ_Z80}