summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-18 16:25:48 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-18 16:25:48 -0700
commit83af4f3623e799aec36fe839a0a14ff599f5b352 (patch)
treead6e048e0f3e4e1d9f29d043831002c47929b6b5 /progs
parent87002aba3b0d36f0a3ca5c34db5e2da86ceb4119 (diff)
added two-side test
Diffstat (limited to 'progs')
-rw-r--r--progs/glsl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index cb0cf9a0a5..5ee7a8e3d4 100644
--- a/progs/glsl/Makefile
+++ b/progs/glsl/Makefile
@@ -19,8 +19,8 @@ PROGS = \
points \
texdemo1 \
toyball \
- trirast \
- twoside
+ twoside \
+ trirast
##### RULES #####