summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 23c911948d..7afcdc35bd 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -227,7 +227,7 @@ clean:
227 $(OBJDIR)/lang.o $(OBJDIR)/build.lang $(OBJDIR)/lang.[ch] \ 227 $(OBJDIR)/lang.o $(OBJDIR)/build.lang $(OBJDIR)/lang.[ch] \
228 $(OBJDIR)/credits.raw $(LINKFILE) $(OBJDIR)/rockbox.ucl \ 228 $(OBJDIR)/credits.raw $(LINKFILE) $(OBJDIR)/rockbox.ucl \
229 $(LINKROM) $(OBJDIR)/rombox.ucl $(OBJDIR)/rombox.bin \ 229 $(LINKROM) $(OBJDIR)/rombox.ucl $(OBJDIR)/rombox.bin \
230 $(OBJDIR)/rombox.elf 230 $(OBJDIR)/rombox.elf $(MAXOUTFILE)
231 @-$(RM) -r $(OBJDIR)/$(DEPS) 231 @-$(RM) -r $(OBJDIR)/$(DEPS)
232 @$(MAKE) -C plugins clean 232 @$(MAKE) -C plugins clean
233 233