diff options
author | Stephane Marchesin <[email protected]> | 2008-10-07 23:42:36 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-10-07 23:42:36 +0200 |
commit | 6f29c2ff2dc4b3aefe282133376caed68b65a3d0 (patch) | |
tree | 2e5addeae98d493e01e1e0f8c7cb7e96045a90a7 /progs/glsl/Makefile | |
parent | 4ccbee24391823cc559bbb341f62fa375af864f7 (diff) |
Progs: hook the glsl identity example into the makefile.
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 9999d6c08ab..eacd6dfe098 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -15,6 +15,7 @@ PROGS = \ bump \ convolutions \ deriv \ + identity \ mandelbrot \ multitex \ noise \ |