From ec899e6920b9c371e85995f5f1d3ff250733ad62 Mon Sep 17 00:00:00 2001 From: curt mayer Date: Thu, 20 Feb 2020 16:55:09 -0800 Subject: [PATCH] clean diff --- Source/CPM3/Makefile | 4 ++-- Source/HBIOS/Makefile | 1 - Source/Makefile | 5 +++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/CPM3/Makefile b/Source/CPM3/Makefile index 1e1c2e12..3c134d52 100644 --- a/Source/CPM3/Makefile +++ b/Source/CPM3/Makefile @@ -21,10 +21,10 @@ DEFCPM3 = bnk #DEFCPM3 = res clean:: biosclean - rm -f bios3.spr bnkbios3.spr zpmbios3.spr cpmldr.com gencpm.dat options.lib + @rm -f bios3.spr bnkbios3.spr zpmbios3.spr cpmldr.com gencpm.dat options.lib biosclean: - rm -f $(BIOSOBJS) + @rm -f $(BIOSOBJS) cpm3res: make biosclean diff --git a/Source/HBIOS/Makefile b/Source/HBIOS/Makefile index e8be95bc..537767af 100644 --- a/Source/HBIOS/Makefile +++ b/Source/HBIOS/Makefile @@ -1,4 +1,3 @@ -VERBOSEDIFF=2 OBJECTS = ZETA2_std.rom MOREDIFF = camel80.bin game.bin hbios_rom.bin nascom.bin prefix.bin usrrom.bin \ dbgmon.bin hbios_app.bin imgpad0.bin osimg1.bin romldr.bin \ diff --git a/Source/Makefile b/Source/Makefile index 816021f3..a1f417e6 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -4,8 +4,9 @@ NOTDONE = Doc SUBDIRS = Prop SUBDIRS += Apps -SUBDIRS += CBIOS HBIOS -SUBDIRS += CPM22 ZCPR ZCPR-DJ ZSDOS CPM3 +SUBDIRS += CBIOS +SUBDIRS += CPM22 ZCPR ZCPR-DJ ZSDOS +SUBDIRS += HBIOS CPM3 SUBDIRS += ZPM3 SUBDIRS += Forth NOTDONE += Fonts