mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-25 08:43:16 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_flag
|
|
R2DEPS=r_util
|
|
OBJS=flag.o zones.o tags.o
|
|
|
|
include ../rules.mk
|