radare2/libr/lang/Makefile
pancake 13e1636d97
Implement RLang.spp for templated scripting ##lang (#17067)
Co-authored-by: pancake <pancake@nopcode.org>
2020-07-01 14:14:18 +02:00

9 lines
110 B
Makefile

include ../config.mk
NAME=r_lang
OBJS=lang.o
R2DEPS=r_util r_cons
include ../rules.mk
CFLAGS+=-I$(SHLR)/spp