diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-02-23 21:36:20 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-02-23 21:36:20 +0000 |
commit | 4b930d3080bcaa69e841c919d73825e76669fbe2 (patch) | |
tree | a8b51f67a417c0eedecbbc9ad53bc1cc2550951d | |
parent | 2b3cd8510793ed01a85466d8064837608f1c9bcb (diff) |
Drop morph3d, add terrainembedded-1-20030224
-rw-r--r-- | progs/demos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile index 1dd3d2d48c..db985b6902 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -1,9 +1,9 @@ PROGS = gears \ glinfo \ - morph3d \ texobj \ - bounce + bounce \ + terrain ##### RULES ##### @@ -14,7 +14,7 @@ PROGS = gears \ # make executable from .c file: .c: $(LIB_DEP) - gcc -I../include -g $< -L../lib -lglut -lGL -lm -o $@ + gcc -I../include -I../util -g $< -L../lib -lglut -lGL -lm -o $@ default: $(PROGS) |