summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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