diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-10 14:19:35 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-10 14:19:35 -0700 |
commit | e248f940506a678acc0cad1c925c0b11cca09672 (patch) | |
tree | 4721b72765fa0bad8d741658d8232531a35ad3fc /src/mesa/pipe/cell | |
parent | 36ef54deae0128e5e78e2f9257189b0168120732 (diff) |
remove ~ backup files
Diffstat (limited to 'src/mesa/pipe/cell')
-rw-r--r-- | src/mesa/pipe/cell/spu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/Makefile b/src/mesa/pipe/cell/spu/Makefile index 700a6c61cd..8e606dd1a2 100644 --- a/src/mesa/pipe/cell/spu/Makefile +++ b/src/mesa/pipe/cell/spu/Makefile @@ -45,7 +45,7 @@ tri.o: tri.c clean: - rm -f *.o *.a *.d $(PROG_SPU) + rm -f *~ *.o *.a *.d $(PROG_SPU) |