mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-10 07:21:55 +00:00
13e1636d97
Co-authored-by: pancake <pancake@nopcode.org>
9 lines
110 B
Makefile
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
|