From 5d9bc24eb217ec3986ace9211e6f016694df98dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Tue, 7 Sep 2021 12:42:10 +0300 Subject: [PATCH] Don't unnecessarily invoke dosbox when cleaning --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fbb0f23..bb079c6 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,4 @@ COMMAND.COM: command.asm dosbox -exit mk-comma.bat clean: - rm -f ordos.img - dosbox -exit clean.bat + rm -f ordos.img *.OBJ *.EXE *.COM *.BIN *.SYS