summaryrefslogtreecommitdiffstats
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-04-30 09:40:15 +0000
committerJens Arnold <amiconn@rockbox.org>2005-04-30 09:40:15 +0000
commit484285200ac5fa29fda675bc22557c0331866ee7 (patch)
treefe754ba53503f252ca4d400d00af75717a2b8189 /apps/plugins/Makefile
parenta9e4555b6ffe880b973640bdb0214fbc2705219a (diff)
downloadrockbox-484285200ac5fa29fda675bc22557c0331866ee7.tar.gz
rockbox-484285200ac5fa29fda675bc22557c0331866ee7.zip
searchengine.rock didn't get cleaned.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6390 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 39bf3c011b..38cd723ae0 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -120,5 +120,6 @@ clean:
$(OBJS) $(DEFS)
@$(MAKE) -C lib clean
@$(MAKE) -C rockboy clean
+ @$(MAKE) -C searchengine clean
-include $(DEPFILE)