radare2/libr/flags/Makefile
pancake 6dadd63c4b Ad od scr.col and cjange more settings
Fix parsing of segmented addresses
Move hud to shlr/hud
Add r_cons_print_clear () for delayed 'clearscreens'
Add blankline option to RCons
Add scr.segoff to show prompt as segmented or not
Add scr.colpos to choose the position of cmd.cprompt
Deprecate old flags code
2012-11-14 03:25:32 +01:00

8 lines
104 B
Makefile

include ../config.mk
NAME=r_flags
DEPS=r_util r_cons
OBJS=flags.o sort.o spaces.o
include ../rules.mk