summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-27 07:29:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-27 07:29:20 +0000
commitb395c145bdebb1077325961d9bb15e02f34a95a3 (patch)
treedf99a5226c2d070b7e5f41a3b2a833baeb71de31
parentdbefe596ca772e1846543e93be7ff9e182f112fc (diff)
downloadrockbox-b395c145bdebb1077325961d9bb15e02f34a95a3.tar.gz
rockbox-b395c145bdebb1077325961d9bb15e02f34a95a3.zip
clean removes the map file too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@724 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 41cf37fd69..561adaca19 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -71,7 +71,7 @@ dist:
71 71
72clean: 72clean:
73 -rm -f $(OBJS) $(OBJDIR)/archos.mod $(OBJDIR)/archos.asm \ 73 -rm -f $(OBJS) $(OBJDIR)/archos.mod $(OBJDIR)/archos.asm \
74 $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf 74 $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf $(OBJDIR)/archos.map
75 -$(RM) -r $(OBJDIR)/$(DEPS) 75 -$(RM) -r $(OBJDIR)/$(DEPS)
76 76
77DEPS:=.deps 77DEPS:=.deps