radare2/libr/print/Makefile
pancake c552863cef * Initial refactoring work for 'pd' and 'pD' commands
- Colorize bytes and offset when scr.color=true
  - Still needs to be moved to r_print
  - Needs cleanup, optimization and simplification
2010-04-14 22:28:45 +02:00

6 lines
103 B
Makefile

NAME=r_print
DEPS=r_cons r_util r_asm r_anal
OBJ=print.o format.o date.o disasm.o
include ../rules.mk