radare2/libr/reg/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
93 B
Makefile

include ../config.mk
NAME=r_reg
DEPS=r_util
OBJS=reg.o arena.o value.o
include ../rules.mk