mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
src/vm.c: use program.h
This commit is contained in:
parent
fe8804c8d8
commit
817642b7e4
2 changed files with 9 additions and 49 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ LD = $(CC)
|
|||
|
||||
VM = m16vm
|
||||
|
||||
$(VM) : src/vm.o src/cpu.o src/mm.o src/instr.o src/syscall.o
|
||||
$(VM) : src/vm.o src/cpu.o src/mm.o src/instr.o src/syscall.o src/program.o
|
||||
$(LD) $(LDFLAGS)-o $@ $^
|
||||
|
||||
clean :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue