mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 00:20:52 +00:00
c552863cef
- Colorize bytes and offset when scr.color=true - Still needs to be moved to r_print - Needs cleanup, optimization and simplification
6 lines
103 B
Makefile
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
|