diff options
author | Brian <[email protected]> | 2007-01-28 19:01:04 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-01-28 19:01:04 -0700 |
commit | f94e4f216f56a12b9ea9150950b65e0e24794950 (patch) | |
tree | 5d209f05e5b42de98c36a66179a394482994ea42 /progs/glsl/Makefile | |
parent | a06f92936272dba3da4329a30ae3f08924428106 (diff) |
simple noise test
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r-- | progs/glsl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index fa7f191986e..9ffffead2cf 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -17,6 +17,7 @@ PROGS = \ brick \ bump \ mandelbrot \ + noise \ toyball |