From 1c227f72709d646158486904040d394732a9fb6f Mon Sep 17 00:00:00 2001 From: curt mayer Date: Thu, 20 Feb 2020 11:33:52 -0800 Subject: [PATCH] removed extra HBIOS --- Source/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Makefile b/Source/Makefile index 7c69b6f0..816021f3 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -10,7 +10,6 @@ SUBDIRS += ZPM3 SUBDIRS += Forth NOTDONE += Fonts SUBDIRS += BPBIOS -SUBDIRS += HBIOS SUBDIRS += Images TOOLS = ../Tools include $(TOOLS)/Makefile.inc