mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-05 20:50:06 +00:00
69a12884ed
doc.sw has been moved to radare2-extras
8 lines
93 B
Makefile
8 lines
93 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_reg
|
|
DEPS=r_util
|
|
OBJS=reg.o arena.o value.o
|
|
|
|
include ../rules.mk
|