radare2/libr/egg/Makefile

12 lines
167 B
Makefile
Raw Normal View History

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