mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-05 21:13:27 +00:00
7 lines
72 B
Makefile
7 lines
72 B
Makefile
NAME=r_config
|
|
DEPS=r_util
|
|
|
|
OBJ=config.o callback.o
|
|
|
|
include ../rules.mk
|