mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 06:55:01 +00:00
d5138a7c1d
- Reduce the use of global variables by packing all them in a struct - Redesign the autocompletion method for r_line - Not yet finished, but so much refactoring out there :) - Using the singleton format (r_xxx_instance) - APIs has been cleaned up - Some bugs fixed - Syntax fixes --HG-- rename : libr/cons/print.c => libr/cons/filter.c
8 lines
138 B
Makefile
8 lines
138 B
Makefile
NAME=r_cons
|
|
OBJ=cons.o pipe.o output.o filter.o input.o color.o
|
|
DEPS=r_util
|
|
#r_line ??
|
|
#LINK=../line/*.o ../util/*.a
|
|
|
|
include ../rules.mk
|