diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-04-30 09:40:15 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-04-30 09:40:15 +0000 |
| commit | 484285200ac5fa29fda675bc22557c0331866ee7 (patch) | |
| tree | fe754ba53503f252ca4d400d00af75717a2b8189 | |
| parent | a9e4555b6ffe880b973640bdb0214fbc2705219a (diff) | |
| download | rockbox-484285200ac5fa29fda675bc22557c0331866ee7.zip rockbox-484285200ac5fa29fda675bc22557c0331866ee7.tar.gz rockbox-484285200ac5fa29fda675bc22557c0331866ee7.tar.bz2 rockbox-484285200ac5fa29fda675bc22557c0331866ee7.tar.xz | |
searchengine.rock didn't get cleaned.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6390 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 39bf3c0..38cd723 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) |