summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-02-23 21:36:20 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-02-23 21:36:20 +0000
commit4b930d3080bcaa69e841c919d73825e76669fbe2 (patch)
treea8b51f67a417c0eedecbbc9ad53bc1cc2550951d
parent2b3cd8510793ed01a85466d8064837608f1c9bcb (diff)
Drop morph3d, add terrainembedded-1-20030224
-rw-r--r--progs/demos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile b/progs/demos/Makefile
index 1dd3d2d48c8..db985b69024 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)