mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 11:43:23 +00:00
c5303272d9
- r_cons_user_fgets() is a configurable function pointer - Simplify build * Initial import of r_sysproxy - Directly copied from r1 (no api or anything working yet) * R_APIze r_vm and r_print * Make r_core_seek more consistent * Move r_cons_progressbar() to r_print * Rename visual 'x' -> 'w' (oops) - 'a' and 'w' are now compatible with cursor mode * Implement r_sys_usleep() on w32 and fix r_sys_sleep()
8 lines
137 B
Makefile
8 lines
137 B
Makefile
NAME=r_cons
|
|
OBJ=cons.o strsub.o pipe.o print.o input.o color.o
|
|
DEPS=r_util
|
|
#r_line ??
|
|
#LINK=../line/*.o ../util/*.a
|
|
|
|
include ../rules.mk
|