diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-02-23 10:11:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-02-23 10:11:05 +0000 |
commit | cd5057958b66a0033256c545824a87ec4c25caa0 (patch) | |
tree | 679588a0d528c8674dd63ea7dee1f4a11c58c408 /tools | |
parent | dd595be7229d35d64434733c9d0ef658fe50174d (diff) |
make clean remove the generated bmp pic too (for sim builds)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8800 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 84088ccdf7..f7a92c6e24 100755 --- a/tools/configure +++ b/tools/configure @@ -1173,7 +1173,7 @@ clean: \$(SILENT)echo Cleaning build directory \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ - @ARCHOSROM@ @FLASHFILE@ + @ARCHOSROM@ @FLASHFILE@ UI256.bmp tools: \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) @TOOLSET@ |