diff options
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 e08d4102c88..b51a2a32b47 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 \ |