demos: remove redundant Makefile lines from prev merge

This commit is contained in:
Brian 2008-12-23 15:46:25 -06:00 committed by Brian
parent 19aed38919
commit fa4fec2d1b

View file

@ -210,14 +210,6 @@ vert-or-frag-only: vert-or-frag-only.o shaderutil.o
vert-or-frag-only.o: vert-or-frag-only.c extfuncs.h shaderutil.h
$(APP_CC) -c -I$(INCDIR) $(CFLAGS) vert-or-frag-only.c
vert-or-frag-only: vert-or-frag-only.o shaderutil.o
$(APP_CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) vert-or-frag-only.o shaderutil.o $(LIBS) -o $@
vert-tex.o: vert-tex.c extfuncs.h shaderutil.h
$(APP_CC) -c -I$(INCDIR) $(CFLAGS) vert-tex.c