radare2/libr/reg/Makefile
2014-01-07 04:29:56 +01:00

8 lines
100 B
Makefile

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