mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_lang
|
|
OBJS=lang.o
|
|
R2DEPS=r_util r_cons
|
|
CFLAGS+=-DR2_PLUGIN_INCORE
|
|
|
|
include ../rules.mk
|