mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
rm .lo .la files for make clean
This commit is contained in:
parent
b22fe91cdb
commit
2e5a20ae21
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.X11,v 1.4 2001/03/28 20:17:55 gareth Exp $
|
||||
# $Id: Makefile.X11,v 1.5 2001/08/13 16:51:08 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.5
|
||||
|
|
@ -135,6 +135,9 @@ default:
|
|||
|
||||
clean:
|
||||
-rm *.o */*.o */*/*.o
|
||||
-rm *.lo */*.lo */*/*.lo
|
||||
-rm *.la */*.la */*/*.la
|
||||
|
||||
|
||||
targets: $(LIBDIR)/$(GLU_LIB)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue