win32sim: make clean now removes libplugin.a
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4970 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1b5ab67852
commit
f64ceda357
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ clean:
|
|||
$(RM) $(OBJS) *~ core $(TARGET) $(CLIENTS) $(OBJDIR)/uisw32-res.o \
|
||||
$(OBJDIR)/lang.[cho] $(OBJDIR)/build.lang $(OBJDIR)/*.o \
|
||||
$(OBJDIR)/*.rock $(OBJDIR)/*.def $(OBJDIR)/sysfont.c \
|
||||
$(OBJDIR)/credits.raw
|
||||
$(OBJDIR)/credits.raw $(OBJDIR)/libplugin.a
|
||||
$(RM) -r $(DEPS)
|
||||
|
||||
################## Specific dependencies ##################
|
||||
|
|
Loading…
Reference in a new issue