diff options
author | Brian Paul <[email protected]> | 2008-10-09 19:45:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-09 19:51:26 -0600 |
commit | f6e806a2b8c3e54ac694810616e79924dfd84826 (patch) | |
tree | 75eb8b0933e18f5654ff8eee09688d17716b0b16 /progs/demos/Makefile | |
parent | c201e357eb95f9b18b8d9b8a534ae2594a176904 (diff) |
mesa: simple multiple textures test
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 123d1e59e97..467dbc5cdf9 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -66,6 +66,7 @@ PROGS = \ texdown \ texenv \ texobj \ + textures \ trispd \ tunnel \ tunnel2 \ |