mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
gallium: added CLEAN_EXTRA var for make clean target
This commit is contained in:
parent
f8d81c31ce
commit
1957bef995
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ tags:
|
|||
|
||||
# Remove .o and backup files
|
||||
clean:
|
||||
rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak
|
||||
rm -f $(OBJECTS) $(GENERATED_SOURCES) $(PROGS) lib$(LIBNAME).a depend depend.bak $(CLEAN_EXTRA)
|
||||
|
||||
# Dummy target
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue