diff options
author | Brian <[email protected]> | 2007-06-20 17:19:13 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-20 17:19:13 -0600 |
commit | 3c0790ca9254e20e273f4f3023750b456260a499 (patch) | |
tree | 811da3c61b6f1e28044a51c3646bbd62e0fd204a /progs/trivial/Makefile | |
parent | f1854116375350e3eb43ed04f06f5ac3f1c44712 (diff) |
triangles w/ depth test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 341c115c07d..e1ce6b5a1ed 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -63,6 +63,7 @@ SOURCES = \ tri-unfilled.c \ tri-userclip.c \ tri-dlist.c \ + tri-z.c \ tri.c \ tristrip-clip.c \ tristrip.c \ |