From: Will Sowerbutts Date: Mon, 29 Dec 2014 00:50:05 +0000 (+0000) Subject: Kernel: make clean should clean up cpm-loader subdirectory X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b7b47a526b6f7ca6d511a5bf4404233bb0512f04;p=FUZIX.git Kernel: make clean should clean up cpm-loader subdirectory --- diff --git a/Kernel/Makefile b/Kernel/Makefile index a029b333..ce277ee3 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -183,6 +183,7 @@ endif clean: rm -f $(OBJS) $(JUNK) uzi.cdb uzi.com uzi.tmp platform fuzix.bin uzi.map uzi.noi uzi.ihx core *~ include/*~ version.c tools/make4x6 tools/analysemap tools/memhogs tools/binman hogs.txt hogs.txt.old tools/*~ +make -C platform-$(TARGET) clean + +make -C cpm-loader clean clean-all: clean $(foreach target,$(TARGET_LIST), make -C $(target) clean;)