mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 16:59:08 +00:00
6 lines
58 B
Makefile
6 lines
58 B
Makefile
NAME=r_range
|
|
DEPS=r_util
|
|
OBJ=range.o
|
|
|
|
include ../rules.mk
|