mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
Drop morph3d, add terrain
This commit is contained in:
parent
2b3cd85107
commit
4b930d3080
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue