diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/rockboy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/Makefile b/apps/plugins/rockboy/Makefile index f40783c..c24a325 100644 --- a/apps/plugins/rockboy/Makefile +++ b/apps/plugins/rockboy/Makefile @@ -106,7 +106,7 @@ $(LINKFILE): $(LDS) clean: @echo "cleaning rockboy" @rm -rf $(OBJDIR)/rockboy - @rm -f $(OBJDIR)/rockboy.* + @rm -f $(OBJDIR)/rockboy.* $(DEPFILE) -include $(DEPFILE) |