From 4b930d3080bcaa69e841c919d73825e76669fbe2 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sun, 23 Feb 2003 21:36:20 +0000 Subject: Drop morph3d, add terrain --- progs/demos/Makefile | 6 +++--- 1 file 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) -- cgit v1.2.3