- fixed 'make clean' to include the sip stack directory.

sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent 342cbe7add
commit bac9f7b280

@ -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

Loading…
Cancel
Save