added trirast program
authorBrian <brian.paul@tungstengraphics.com>
Wed, 1 Aug 2007 17:12:51 +0000 (11:12 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 1 Aug 2007 17:12:51 +0000 (11:12 -0600)
progs/glsl/Makefile

index 9065a61..a9800c5 100644 (file)
@@ -15,8 +15,9 @@ PROGS = \
        mandelbrot \
        noise \
        points \
+       texdemo1 \
        toyball \
-       texdemo1
+       trirast
 
 
 ##### RULES #####