mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-01 11:11:56 +00:00
69a12884ed
doc.sw has been moved to radare2-extras
13 lines
171 B
Makefile
13 lines
171 B
Makefile
NAME=r_lib
|
|
DEPS=r_util
|
|
OBJS=lib.o
|
|
|
|
include ../config.mk
|
|
|
|
# XXX only for linux
|
|
CFLAGS+=-Wall -DLIBR_PLUGINS=\"${LIBDIR}/radare2\"
|
|
|
|
LDFLAGS+=${DL_LIBS}
|
|
|
|
include ../rules.mk
|