diff options
author | Brian Paul <[email protected]> | 2009-04-18 13:08:48 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 13:08:48 -0600 |
commit | 22af013f85debd0030f2fb00061ce0412fdc0797 (patch) | |
tree | ac5494b339fc097c2c46211c8f66acbcf4ac2152 /progs/demos/Makefile | |
parent | 49c3e7172db1ee2afef6bcd19c3cd55dbe60bd33 (diff) |
demos: move tests/dinoshade.c to demos/
Diffstat (limited to 'progs/demos/Makefile')
-rw-r--r-- | progs/demos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 2fe407972d7..8febc14d410 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -19,6 +19,7 @@ PROGS = \ clearspd \ copypix \ cubemap \ + dinoshade \ drawpix \ engine \ fbo_firecube \ |