Browse Source

Makefile.rules: make clean rules removes static libs from modules

Daniel-Constantin Mierla 8 years ago
parent
commit
f076ed9927
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Makefile.rules

+ 1 - 1
src/Makefile.rules

@@ -210,7 +210,7 @@ static: $(objs)
 # (it's usefull to have it separated from clean for speeding up make proper)
 # (it's usefull to have it separated from clean for speeding up make proper)
 .PHONY: local-clean
 .PHONY: local-clean
 local-clean:
 local-clean:
-	-@rm -f $(objs) $(NAME) $(objs:.o=.il) librpath.lst 2>/dev/null
+	-@rm -f $(objs) $(NAME) $(objs:.o=.il) *.a librpath.lst 2>/dev/null
 
 
 .PHONY: clean
 .PHONY: clean
 clean: local-clean
 clean: local-clean