diff --git a/core/Makefile b/core/Makefile index d0e4aa00..1ed45eaa 100644 --- a/core/Makefile +++ b/core/Makefile @@ -23,6 +23,7 @@ all: ../Makefile.defs clean: rm -f $(OBJS) $(DEPS) $(NAME) $(NAME).o rm -f lib/*.so compat/getos compat/getarch + $(MAKE) -C $(SIP_STACK_DIR) clean $(MAKE) -C $(PLUGIN_DIR) clean .PHONY: sip_stack