mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-14 11:01:07 +00:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_config
|
|
DEPS=r_util
|
|
OBJS=config.o callback.o
|
|
|
|
include ../rules.mk
|