radare2/libr/flags/Makefile
pancake 368aeaf974 * Some work to standarize r_cmd (R_API and _new)
* 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
2010-01-26 14:06:41 +01:00

7 lines
82 B
Makefile

NAME=r_flags
DEPS=r_util r_cons
OBJ=flags.o name.o spaces.o
include ../rules.mk