summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-24 09:31:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-24 09:31:45 +0000
commitce907176c6221351dad7974a5f2627d2a92afadf (patch)
tree1e43f74ebb01145203e20dcdb72b910ecaaaa613
parent1eea4a5ade46b85b80c401fe14ba8dc03d76200b (diff)
downloadrockbox-ce907176c6221351dad7974a5f2627d2a92afadf.tar.gz
rockbox-ce907176c6221351dad7974a5f2627d2a92afadf.zip
fix clean target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@684 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/Makefile5
1 files 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:
70 tar czvf dist.tar.gz Makefile main.c start.s app.lds 70 tar czvf dist.tar.gz Makefile main.c start.s app.lds
71 71
72clean: 72clean:
73 -rm -f *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~ 73 -rm -f $(OBJS) $(OBJDIR)/archos.mod $(OBJDIR)/archos.asm \
74 -$(RM) -r $(DEPS) 74 $(OBJDIR)/archos.bin $(OBJDIR)/archos.elf
75 -$(RM) -r $(OBJDIR)/$(DEPS)
75 76
76DEPS:=.deps 77DEPS:=.deps
77DEPDIRS:=$(DEPS) $(DEPS)/recorder 78DEPDIRS:=$(DEPS) $(DEPS)/recorder