summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-20 22:03:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-20 22:03:15 +0000
commitbdfc932accb1eb2c655887fce74717a8894c6cc3 (patch)
tree3a12ba568dbd554fa10e4c1ef8c8e671ea932c79 /uisimulator
parent91c51764ee024f8f44618be8f6338c5c7faadded (diff)
downloadrockbox-bdfc932accb1eb2c655887fce74717a8894c6cc3.tar.gz
rockbox-bdfc932accb1eb2c655887fce74717a8894c6cc3.zip
extended the clean target to remove the libplugin and the rockbox.zip
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4781 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index c095885baa..38983eac47 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -135,6 +135,7 @@ clean:
$(OBJDIR)/build.lang $(OBJDIR)/*.o $(OBJDIR)/sysfont.c \
$(ROCKS) $(OBJDIR)/credits.raw
$(RM) -r $(DEPS)
+ $(RM) -f $(OBJDIR)/libplugin.a $(OBJDIR)/rockbox.zip
$(OBJDIR)/%.rock: $(APPDIR)/plugins/%.c $(APPDIR)/plugin.h
$(CC) $(APPCFLAGS) -DPLUGIN -L$(OBJDIR) -lplugin -shared $< -o $@