radare2/libr/cons/Makefile
pancake 1341620c73 * Rename cons/filter.c to grep.c
- Some random changes.. with no success
  - Grepping console buffer is not working
* Cleanup the 'ds' and 'dp' commands
  - Implement 'dpa' to attach
  - Allow to list childrens of pid
  - Also list all attachable pids
* Fix segfault by leaking.. needs some cleanup
* Fix r_debug_reg_list (NULL) issue

--HG--
rename : libr/cons/filter.c => libr/cons/grep.c
2010-03-08 00:18:58 +01:00

8 lines
136 B
Makefile

NAME=r_cons
OBJ=cons.o pipe.o output.o grep.o input.o color.o
DEPS=r_util
#r_line ??
#LINK=../line/*.o ../util/*.a
include ../rules.mk