mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 09:50:36 +02:00
Remove mesa.a when making clean
This commit is contained in:
parent
e61df58729
commit
01e6ff312e
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ tags:
|
|||
|
||||
clean:
|
||||
-rm -f */*.o
|
||||
rm -f depend
|
||||
rm -f depend mesa.a
|
||||
for dir in $(SUBDIRS) ; do \
|
||||
(cd $$dir ; make clean) ; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue