include ../config.mk

NAME=r_lang
OBJS=lang.o
R2DEPS=r_util r_cons

include ../rules.mk
# include $(LIBR)/util/spp.mk
CFLAGS+=-I$(SHLR)/spp
