From ce907176c6221351dad7974a5f2627d2a92afadf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 24 May 2002 09:31:45 +0000 Subject: fix clean target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@684 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/Makefile b/apps/Makefile index f6cbed7181..38fbf524e2 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -70,8 +70,9 @@ dist: tar czvf dist.tar.gz Makefile main.c start.s app.lds clean: - -rm -f *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~ - -$(RM) -r $(DEPS) + -rm -f $(OBJS) $(OBJDIR)/archos.mod $(OBJDIR)/archos.asm \ + $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf + -$(RM) -r $(OBJDIR)/$(DEPS) DEPS:=.deps DEPDIRS:=$(DEPS) $(DEPS)/recorder -- cgit v1.2.3