From 653296914c5ff82519c1a4930094d52e848dc29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 27 Mar 2023 16:58:08 +0300 Subject: [PATCH] Add missing dependencies to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 2856758..ffa6dfb 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ shell.bin: ponydos.inc hello.bin: ponydos.inc +viewer.bin: ponydos.inc + +memory.bin: ponydos.inc + .asm.bin: $(NASM) -fbin -o $@ $<