From b395c145bdebb1077325961d9bb15e02f34a95a3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 May 2002 07:29:20 +0000 Subject: clean removes the map file too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@724 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3