summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/root.make10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index c4ca700c2b..154b734a75 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -92,7 +92,15 @@ veryclean: clean
92 92
93clean: 93clean:
94 $(SILENT)echo Cleaning build directory 94 $(SILENT)echo Cleaning build directory
95 $(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz rockbox.tar.bz2 TAGS apps firmware comsim sim lang.[ch] manual *.pdf *.a credits.raw rockbox.ipod bitmaps pluginbitmaps UI256.bmp rockbox-full.zip html txt rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids *.wav *.mp3 *.voice max_language_size.h $(CLEANOBJS) $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin $(DEPFILE) rombox.elf rombox.map rombox.bin $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) 95 $(SILENT)rm -rf rockbox.zip rockbox.7z rockbox.tar rockbox.tar.gz \
96 rockbox.tar.bz2 TAGS apps firmware comsim sim lang.[ch] \
97 manual *.pdf *.a credits.raw rockbox.ipod bitmaps \
98 pluginbitmaps UI256.bmp rockbox-full.zip html txt \
99 rockbox-manual*.zip sysfont.h rockbox-info.txt voicefontids \
100 *.wav *.mp3 *.voice max_language_size.h $(CLEANOBJS) \
101 $(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
102 $(DEPFILE) rombox.elf rombox.map rombox.bin rombox.ucl \
103 $(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK)
96 104
97#### linking the binaries: #### 105#### linking the binaries: ####
98 106