summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
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