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