summaryrefslogtreecommitdiff
path: root/progs/glsl/Makefile
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-05-02 18:48:51 -0600
committerBrian <brian@yutani.localnet.net>2007-05-02 18:48:51 -0600
commit2dfb03beb2751c873d7a7499ffb52dac7d758184 (patch)
tree1004918014c8a660b331430daa3f86c92c4ee424 /progs/glsl/Makefile
parent18cfe0c801229c91d3973282b0693b8fd7df74f3 (diff)
New test of the dFdx(), dFdy() functions.
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r--progs/glsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index e08d4102c8..b51a2a32b4 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -16,6 +16,7 @@ LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(T
PROGS = \
brick \
bump \
+ deriv \
mandelbrot \
noise \
toyball \