mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-08 06:12:13 +00:00
8 lines
101 B
Makefile
8 lines
101 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_config
|
|
DEPS=r_util
|
|
OBJS=config.o callback.o hold.o
|
|
|
|
include ../rules.mk
|