diff options
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 9065a6185a2..a9800c54144 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -15,8 +15,9 @@ PROGS = \ mandelbrot \ noise \ points \ + texdemo1 \ toyball \ - texdemo1 + trirast ##### RULES ##### |