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:
Linus Nielsen Feltzing 2004-07-28 07:38:34 +00:00
parent 1b5ab67852
commit f64ceda357

View file

@ -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 ##################