diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-01-28 10:14:13 +0000 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:22 +1100 |
commit | 25d2ffc6697fcd60edc9596f778d8901083f7755 (patch) | |
tree | 1474b9175a87cce9cf830db801cc39f8ffd92a93 /src/mesa/pipe/draw/Makefile | |
parent | 169a74196fdca320cabd5cde33fda17683cc823d (diff) |
gallium: remove dead code from draw_vf*
Diffstat (limited to 'src/mesa/pipe/draw/Makefile')
-rw-r--r-- | src/mesa/pipe/draw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/draw/Makefile b/src/mesa/pipe/draw/Makefile new file mode 100644 index 0000000000..451911a354 --- /dev/null +++ b/src/mesa/pipe/draw/Makefile @@ -0,0 +1,2 @@ +default: + cd .. ; make |