Removed vm from Makefile for now

Don't need it until the memory allocation code is rewritten, and it fails during compilation in AARCH64
This commit is contained in:
Dimitris Panokostas 2020-07-03 10:46:40 +02:00
parent 02aa68f5c4
commit 033d4271bb

View file

@ -333,7 +333,6 @@ OBJS = \
src/traps.o \
src/uaelib.o \
src/uaeresource.o \
src/vm.o \
src/zfile.o \
src/zfile_archive.o \
src/archivers/7z/7zAlloc.o \