Makefile: add missig clean targets
authorAnthony DeStefano <adx@fastmail.fm>
Fri, 9 Jan 2015 01:16:15 +0000 (20:16 -0500)
committerAnthony DeStefano <adx@fastmail.fm>
Fri, 9 Jan 2015 01:16:15 +0000 (20:16 -0500)
tools/bankld can use Makefile
tools/bihx and tools/bintomdv are built in the Makefile
common.ihx, common.bin, and relocs.dat are outputs from tools/binhx

Kernel/Makefile

index c03a80b..3d71a16 100644 (file)
@@ -191,9 +191,10 @@ fuzix.bin: target $(OBJS) tools/decbdragon
 endif
 
 clean:
-       rm -f $(OBJS) $(JUNK) fuzix.cdb fuzix.com fuzix.tmp platform fuzix.bin fuzix.map fuzix.noi fuzix.ihx core *~ include/*~ version.c tools/make4x6 tools/analysemap tools/memhogs tools/binman hogs.txt hogs.txt.old tools/*~
+       rm -f $(OBJS) $(JUNK) fuzix.cdb fuzix.com fuzix.tmp platform fuzix.bin fuzix.map fuzix.noi fuzix.ihx common.ihx common.bin relocs.dat core *~ include/*~ version.c tools/make4x6 tools/analysemap tools/memhogs tools/binman tools/bihx tools/bintomdv hogs.txt hogs.txt.old tools/*~
        +make -C platform-$(TARGET) clean
        +make -C cpm-loader clean
+       +make -C tools/bankld clean
 
 clean-all: clean
        (cd tools/bankld; make clean)