radare2/libr/config/Makefile
pancake 69a12884ed Simplify the build system
doc.sw has been moved to radare2-extras
2012-10-03 14:31:35 +02:00

8 lines
94 B
Makefile

include ../config.mk
NAME=r_config
DEPS=r_util
OBJS=config.o callback.o
include ../rules.mk