diff options
author | Brian Paul <[email protected]> | 2009-04-18 12:54:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 12:54:27 -0600 |
commit | 118856641f4871d6f6afd1abb67ad7fe56a6814b (patch) | |
tree | 41576f8749f40a3ea89051a4686672bf47f06706 /progs/demos/Makefile | |
parent | 927dc39de0aa3840b6e054128f49a6882771ab19 (diff) |
demos: move glslnoise.c demo to glsl/noise2.c
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 32c60721232..43bf09c0af3 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -32,7 +32,6 @@ PROGS = \ geartrain \ glinfo \ gloss \ - glslnoise \ gltestperf \ glutfx \ isosurf \ |