mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-03 19:01:31 +00:00
69a12884ed
doc.sw has been moved to radare2-extras
8 lines
94 B
Makefile
8 lines
94 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_config
|
|
DEPS=r_util
|
|
OBJS=config.o callback.o
|
|
|
|
include ../rules.mk
|