diff options
Diffstat (limited to 'apps/plugins')
| -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) |