mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 03:32:04 +00:00
564e11975a
- Added dummy test program for r_vm
7 lines
94 B
Makefile
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
|