From 1bc9a0bcc3e462723ab0b39dd668efe5da98a37c Mon Sep 17 00:00:00 2001 From: curt mayer Date: Sat, 22 Feb 2020 20:58:03 -0800 Subject: [PATCH] install to ../HBIOS --- Source/Fonts/Makefile | 5 ----- Source/Forth/Makefile | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Source/Fonts/Makefile b/Source/Fonts/Makefile index 27b3537d..5fab4541 100644 --- a/Source/Fonts/Makefile +++ b/Source/Fonts/Makefile @@ -16,8 +16,3 @@ include $(TOOLS)/Makefile.inc %.asm: %.bin $(BINDIR)/bin2asm $< > $@ - -clobber:: - for i in $(OBJECTS) ; do \ - rm -f $(DEST)/$$i ; \ - done diff --git a/Source/Forth/Makefile b/Source/Forth/Makefile index 3e2cfd8c..51fbdee2 100644 --- a/Source/Forth/Makefile +++ b/Source/Forth/Makefile @@ -1,4 +1,6 @@ OBJECTS = camel80.bin TOOLS = ../../Tools OTHERS = *.rel +DEST = ../HBIOS + include $(TOOLS)/Makefile.inc