summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-18 16:20:10 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-18 16:24:19 -0700
commitcaec2a79e6d5fd61e2c889e78457725807f42a8a (patch)
tree2acf62bea2ba8a15003b6a52ba766ca9618fd9a5 /progs
parent256115bd5e6bb59f3019b52120ca804b7a5c00c0 (diff)
added twoside demo
Diffstat (limited to 'progs')
-rw-r--r--progs/glsl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index fe2943d88d..cb0cf9a0a5 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -19,7 +19,8 @@ PROGS = \
points \
texdemo1 \
toyball \
- trirast
+ trirast \
+ twoside
##### RULES #####