diff options
author | Brian <[email protected]> | 2007-12-18 16:20:10 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-18 16:24:19 -0700 |
commit | caec2a79e6d5fd61e2c889e78457725807f42a8a (patch) | |
tree | 2acf62bea2ba8a15003b6a52ba766ca9618fd9a5 /progs | |
parent | 256115bd5e6bb59f3019b52120ca804b7a5c00c0 (diff) |
added twoside demo
Diffstat (limited to 'progs')
-rw-r--r-- | progs/glsl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index fe2943d88dd..cb0cf9a0a58 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -19,7 +19,8 @@ PROGS = \ points \ texdemo1 \ toyball \ - trirast + trirast \ + twoside ##### RULES ##### |