mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 00:38:55 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_flags
|
|
DEPS=r_util
|
|
OBJS=flags.o sort.o spaces.o
|
|
|
|
include ../rules.mk
|