mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
make sure we're cleaning up everything
This commit is contained in:
parent
a280d3347a
commit
2fc3a958a4
1 changed files with 4 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
# MinGW core makefile v1.3 for Mesa
|
||||
#
|
||||
# Copyright (C) 2002 - Borca Daniel
|
||||
# Copyright (C) 2002 - Daniel Borca
|
||||
# Email : dborca@users.sourceforge.net
|
||||
# Web : http://www.geocities.com/dborca
|
||||
|
||||
|
|
@ -189,7 +189,8 @@ clean:
|
|||
-$(call UNLINK,tnl/*.o)
|
||||
-$(call UNLINK,x86/*.o)
|
||||
-$(call UNLINK,drivers/common/*.o)
|
||||
-$(call UNLINK,drivers/glide/*.o)
|
||||
-$(call UNLINK,drivers/windows/fx/*.o)
|
||||
-$(call UNLINK,drivers/windows/fx/*.res)
|
||||
-$(call UNLINK,drivers/windows/gdi/*.o)
|
||||
-$(call UNLINK,drivers/windows/icd/*.o)
|
||||
-$(call UNLINK,drivers/glide/*.o)
|
||||
-$(call UNLINK,drivers/glide/*.res)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue