radare2/libr/cons/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

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