diff options
author | Brian Paul <[email protected]> | 2009-04-18 13:12:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 13:12:50 -0600 |
commit | d61070b65970c9ec14b3272a6c4c6b4b1a9280a2 (patch) | |
tree | ee44720e8706f5ef5af35393c91373cb71cbb319 /progs/demos/Makefile | |
parent | 30e80f6e559727dd157fbca4e7e537710e9ea199 (diff) |
demos: move demos/texobj.c to tests/
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 8febc14d410..c17595ec794 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -58,7 +58,6 @@ PROGS = \ tessdemo \ texcyl \ texenv \ - texobj \ textures \ trispd \ tunnel \ |