diff options
author | Gareth Hughes <[email protected]> | 2001-08-21 05:42:11 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-08-21 05:42:11 +0000 |
commit | e7df7cd6add3e0dcb605d52f6d7117348cd28f11 (patch) | |
tree | d46941a35b768959e492d2959ce9294139f953bb /progs/demos/Makefile.X11 | |
parent | c123a9b2edc5852cb50485f344219508254081a8 (diff) |
Get rid of unfinished demo.
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 13c71a0b551..a388626e381 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.19 2001/03/27 17:44:35 brianp Exp $ +# $Id: Makefile.X11,v 1.20 2001/08/21 05:42:11 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -18,8 +18,7 @@ OSMESA_LIBS = -L$(LIBDIR) -lglut -lOSMesa -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = anisotropic \ - bounce \ +PROGS = bounce \ clearspd \ cubemap \ drawpix \ |