mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
make: Remove LTO objects when cleaning
This commit is contained in:
parent
fc801cc563
commit
34c048f35a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -46,6 +46,7 @@ local-clean:
|
|||
-rm -rf x86_64
|
||||
-rm -rf noarch
|
||||
-rm -rf *.src.rpm
|
||||
-rm -rf /tmp/lto-llvm-*.o
|
||||
|
||||
.PHONY: local-list-check
|
||||
local-list-check: setup
|
||||
|
|
Loading…
Reference in a new issue