mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +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
7 lines
125 B
Makefile
7 lines
125 B
Makefile
NAME=r_line
|
|
DEPS=r_util r_cons
|
|
OBJ=dietline.o line.o
|
|
#LINK=-L../cons -lr_cons -Wl,-R../cons ../util/*.a
|
|
|
|
include ../rules.mk
|