diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-01 11:12:51 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-01 11:12:51 -0600 |
commit | 15b7c9d5badb3dd03980e222475d75c8e13cf05d (patch) | |
tree | 5cea35b4c7458c80276fbbc3e00785cd974d2199 /progs/glsl/Makefile | |
parent | f761c99d25aa71c4c761c1f876782a81c795fd5c (diff) |
added trirast program
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r-- | progs/glsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 9065a6185a..a9800c5414 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -15,8 +15,9 @@ PROGS = \ mandelbrot \ noise \ points \ + texdemo1 \ toyball \ - texdemo1 + trirast ##### RULES ##### |