radare2/libr/reg/Makefile

8 lines
119 B
Makefile

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