diff options
author | Brian Paul <[email protected]> | 2009-04-18 13:05:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 13:05:51 -0600 |
commit | 49c3e7172db1ee2afef6bcd19c3cd55dbe60bd33 (patch) | |
tree | 48bc8c87ef3f6e0c6b72f1b1771acab0609ebf4b /progs/demos/Makefile | |
parent | 292e1920930dad242b1130cb2b7b4ced2a3024f8 (diff) |
demos: move tests/projtex.c to demos/
And fix compiler warnings.
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 a1c99c6c545..2fe407972d7 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -41,6 +41,7 @@ PROGS = \ multiarb \ paltex \ pointblast \ + projtex \ rain \ ray \ readpix \ |