mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
8 lines
119 B
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
|