mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +00:00
9 lines
116 B
Makefile
9 lines
116 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_flags
|
|
DEPS=r_util r_cons
|
|
OBJS=flags.o sort.o spaces.o
|
|
#DEPS+=r_db
|
|
|
|
include ../rules.mk
|