diff options
author | Björn Stenberg <bjorn@haxx.se> | 2004-05-21 20:08:24 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2004-05-21 20:08:24 +0000 |
commit | fb00c2190bab443812581473032156eb1e804c30 (patch) | |
tree | 7ac8b3964e7ebf284b1eae3a384a036e928f568d /apps/plugins/Makefile | |
parent | 087a085790b2f9099e9b7c9184374a30520f408e (diff) |
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/Makefile | 2 |
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) $(CC) -DMEMORYSIZE=$(MEM) $(DEFINES) -x c -E -P $< >$@ clean: - -rm -f $(ROCKS) $(LINKFILE) + -rm -f $(ROCKS) $(LINKFILE) $(OBJDIR)/*.rock $(MAKE) -C lib clean |