diff options
-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 |