From 15b7c9d5badb3dd03980e222475d75c8e13cf05d Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 1 Aug 2007 11:12:51 -0600 Subject: [PATCH] added trirast program --- progs/glsl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 9065a6185a2..a9800c54144 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -15,8 +15,9 @@ PROGS = \ mandelbrot \ noise \ points \ + texdemo1 \ toyball \ - texdemo1 + trirast ##### RULES ##### -- 2.11.0