When cleaning, also clean libraries

This commit is contained in:
Christophe de Dinechin 2017-11-30 09:41:50 +01:00
parent e19bbc0a79
commit 32982f98c6
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ startup restart rebuild: clean all
install: install-all
clean: $(SUBDIRS:%=%.clean) $(VARIANTS:%=%.variant-clean)
-$(PRINT_CLEAN) rm -f $(TO_CLEAN) $(OBJECTS) $(DEPENDENCIES) $(OBJPRODUCTS) config.h
-$(PRINT_CLEAN) rm -f $(TO_CLEAN) $(OBJECTS) $(DEPENDENCIES) $(OBJPRODUCTS) $(LINK_INPUTS) config.h
%.clean:
$(PRINT_COMMAND) cd $* && $(RECURSE_CMD) clean $(COLORIZE)
%.variant-clean: