mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 18:32:56 +00:00
13 lines
174 B
Makefile
13 lines
174 B
Makefile
include ../config.mk
|
|
|
|
NAME=r_vm
|
|
DEPS=r_util
|
|
|
|
ALL=p/plugins.h
|
|
OBJS=vm.o mmu.o reg.o extra.o setup.o stack.o op.o
|
|
|
|
include ../rules.mk
|
|
|
|
p/plugins.h:
|
|
cd p && ${MAKE} plugins.h
|