Drop morph3d, add terrain

This commit is contained in:
Keith Whitwell 2003-02-23 21:36:20 +00:00
parent 2b3cd85107
commit 4b930d3080

View file

@ -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)