diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 07:29:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 07:29:20 +0000 |
commit | b395c145bdebb1077325961d9bb15e02f34a95a3 (patch) | |
tree | df99a5226c2d070b7e5f41a3b2a833baeb71de31 | |
parent | dbefe596ca772e1846543e93be7ff9e182f112fc (diff) |
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/Makefile | 2 |
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: clean: -rm -f $(OBJS) $(OBJDIR)/archos.mod $(OBJDIR)/archos.asm \ - $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf + $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf $(OBJDIR)/archos.map -$(RM) -r $(OBJDIR)/$(DEPS) DEPS:=.deps |