mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 09:00:46 +00:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_flag
|
|
DEPS=r_util
|
|
OBJS=flag.o sort.o spaces.o zones.o
|
|
|
|
include ../rules.mk
|