mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 12:27:40 +00:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_flag
|
|
DEPS=r_util
|
|
OBJS=flag.o sort.o spaces.o zones.o tags.o
|
|
|
|
include ../rules.mk
|