mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 23:07:17 +00:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_flag
|
|
DEPS=r_util
|
|
OBJS=flag.o zones.o tags.o
|
|
|
|
include ../rules.mk
|