summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-01 11:12:51 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-01 11:12:51 -0600
commit15b7c9d5badb3dd03980e222475d75c8e13cf05d (patch)
tree5cea35b4c7458c80276fbbc3e00785cd974d2199 /progs
parentf761c99d25aa71c4c761c1f876782a81c795fd5c (diff)
added trirast program
Diffstat (limited to 'progs')
-rw-r--r--progs/glsl/Makefile3
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 #####