radare2/libr/egg/Makefile

9 lines
115 B
Makefile
Raw Normal View History

NAME=r_egg
DEPS=r_util r_asm
OBJ=egg.o lang.o
OBJ+=emit_x86.o
OBJ+=emit_arm.o
OBJ+=emit_x64.o
include ../rules.mk