Browse Source

Drop morph3d, add terrain

tags/embedded-1-20030224^0
Keith Whitwell 23 years ago
parent
commit
4b930d3080
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      progs/demos/Makefile

+ 3
- 3
progs/demos/Makefile 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)

Loading…
Cancel
Save