mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 15:04:23 +00:00
368aeaf974
* Move empty strsub.c to util/ * r_flags depends on r_cons (yeah, it shouldnt..) - just for tmp fun * Fix some methods and declarations in r_bp and r_core vapis --HG-- rename : libr/cons/strsub.c => libr/util/strsub.c
7 lines
82 B
Makefile
7 lines
82 B
Makefile
NAME=r_flags
|
|
DEPS=r_util r_cons
|
|
|
|
OBJ=flags.o name.o spaces.o
|
|
|
|
include ../rules.mk
|