diff options
author | Ian Romanick <[email protected]> | 2004-05-27 15:21:44 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-05-27 15:21:44 +0000 |
commit | d44e9e39da2663bc2fc610ba1a117ac3ea0b4c8a (patch) | |
tree | f984b5f0c230cfd0bdd2996f6cbe5e7cccdacef4 /progs/demos/Makefile | |
parent | 7867799c72c3420994389406c5f64263304b74d6 (diff) |
Build the fogcoord demo.
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 16f8df8a77a..ff07481a9d0 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -17,6 +17,7 @@ PROGS = \ cubemap \ drawpix \ fire \ + fogcoord \ fplight \ gamma \ gears \ |