mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +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
|