diff options
author | Keith Whitwell <[email protected]> | 2008-06-10 12:58:13 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-06-10 14:48:57 +0100 |
commit | d915f40195fc20669c4720b597a3f7299508c507 (patch) | |
tree | 5fa581b8b36639129905b43080c15d7346cb6c71 /progs | |
parent | d85f1e95d32777e8b5e5fa818caff4bb5afe46eb (diff) |
trivial: add tristrip-flat to makefile
Diffstat (limited to 'progs')
-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 1dbc4721e87..594a9bddb2c 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -105,6 +105,7 @@ SOURCES = \ tri-z.c \ tri.c \ tristrip-clip.c \ + tristrip-flat.c \ tristrip.c \ vbo-drawarrays.c \ vbo-drawelements.c \ |