Add missing dependencies to Makefile

This commit is contained in:
Juhani Krekelä 2023-03-27 16:58:08 +03:00
parent fd2ad023bb
commit 653296914c
1 changed files with 4 additions and 0 deletions

View File

@ -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 $@ $<