rizin/libr/asm/arch/avr/Makefile
pancake 668a77f7ee * Initial import of the vAVR Atmel disassembler
- Works, but has not yet been tested with real code
  - Code analysis not yet implemented
  - Compiled by default
2010-03-19 00:51:16 +01:00

7 lines
69 B
Makefile

CC?=gcc
all:
${CC} -DTEST=1 -O0 -g disasm.c
clean:
rm -f ./a.out