radare2/libr/line/Makefile
pancake d5138a7c1d * Huge refactoring for r_cons and r_line
- 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
2010-01-30 14:02:53 +01:00

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