radare2/libr/vm/Makefile
pancake/fluendo 564e11975a * Fix build and linkage of r_vm
- Added dummy test program for r_vm
2009-07-16 12:38:49 +02:00

7 lines
94 B
Makefile

NAME=r_vm
DEPS=r_util
OBJ=vm.o mmu.o reg.o extra.o setup.o stack.o op.o
include ../rules.mk