summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:08:24 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-05-21 20:08:24 +0000
commitfb00c2190bab443812581473032156eb1e804c30 (patch)
tree7ac8b3964e7ebf284b1eae3a384a036e928f568d /apps/plugins/Makefile
parent087a085790b2f9099e9b7c9184374a30520f408e (diff)
downloadrockbox-fb00c2190bab443812581473032156eb1e804c30.tar.gz
rockbox-fb00c2190bab443812581473032156eb1e804c30.zip
Plugin/file type association system. Patch #879411 by Henrik Backe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 940f74f506..367103be67 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -53,5 +53,5 @@ $(LINKFILE): $(LDS)
53 $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -x c -E -P $< >$@ 53 $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -x c -E -P $< >$@
54 54
55clean: 55clean:
56 -rm -f $(ROCKS) $(LINKFILE) 56 -rm -f $(ROCKS) $(LINKFILE) $(OBJDIR)/*.rock
57 $(MAKE) -C lib clean 57 $(MAKE) -C lib clean