diff options
author | Daniel Borca <[email protected]> | 2004-11-01 08:40:03 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-11-01 08:40:03 +0000 |
commit | e14119f143c42621f96754c0e086c627f4731191 (patch) | |
tree | eb9b6a71694857c9d3ef4582b57af5b32cd5ff74 /src/mesa/Makefile.mgw | |
parent | 63a2f2a9774d21aa1983b9c8b5b2c7532d5d4a3c (diff) |
updated "clean" target in makefiles
Diffstat (limited to 'src/mesa/Makefile.mgw')
-rw-r--r-- | src/mesa/Makefile.mgw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index fff3e6b7ed9..336463ec78f 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -183,6 +183,7 @@ clean: -$(call UNLINK,math/*.o) -$(call UNLINK,shader/*.o) -$(call UNLINK,sparc/*.o) + -$(call UNLINK,ppc/*.o) -$(call UNLINK,swrast/*.o) -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o) |