mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
8 lines
86 B
Makefile
8 lines
86 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_lang
|
|
OBJS=lang.o
|
|
DEPS=r_util r_cons
|
|
|
|
include ../rules.mk
|