diff options
author | Brian Paul <[email protected]> | 2002-11-08 18:30:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-11-08 18:30:26 +0000 |
commit | aa80f0548499f693a0fda1bdab5af416f21025e8 (patch) | |
tree | 8997876924fc7a164b8b892d6e7e1e0897d91142 /progs/tests/Makefile | |
parent | af76b4280caabec60746de522b1dbf9b9da440fc (diff) |
multisample / polygon smooth test
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index f67a7c76cb1..f57759cc50d 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -8,7 +8,8 @@ CC = gcc CFLAGS = -g -I../include LIBS = -L../lib -lglut -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXext -lm -PROGS = cva \ +PROGS = antialias \ + cva \ dinoshade \ fogcoord \ getprocaddress \ |