mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
glsl: make 'make clean' work properly.
this has make clean remove all the objects.
This commit is contained in:
parent
e5df3cc286
commit
f122dba59a
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ depend: $(ALL_SOURCES) Makefile
|
|||
|
||||
# Remove .o and backup files
|
||||
clean:
|
||||
rm -f $(OBJECTS) lib$(LIBNAME).a depend depend.bak
|
||||
rm -f $(GLCPP_OBJECTS) $(GLSL2_OBJECTS) $(OBJECTS) lib$(LIBNAME).a depend depend.bak
|
||||
-rm -f $(APPS)
|
||||
|
||||
# Dummy target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue