added readtex.h dependency

This commit is contained in:
Brian 2008-05-21 07:05:29 -06:00
parent 280bf89bd4
commit 2ec318640f

View file

@ -103,7 +103,7 @@ mandelbrot: mandelbrot.o shaderutil.o
$(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) mandelbrot.o shaderutil.o $(LIBS) -o $@
multitex.o: multitex.c extfuncs.h shaderutil.h
multitex.o: multitex.c extfuncs.h readtex.h shaderutil.h
$(CC) -c -I$(INCDIR) $(CFLAGS) multitex.c
multitex: multitex.o readtex.o shaderutil.o