summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/Makefile')
-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)