diff options
Diffstat (limited to 'progs/glsl/Makefile')
-rw-r--r-- | progs/glsl/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index eedd866c95..bbe08c46ac 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -33,6 +33,7 @@ DEMO_SOURCES = \ points.c \ samplers.c \ shadow_sampler.c \ + shtest.c \ skinning.c \ texaaline.c \ texdemo1.c \ @@ -198,9 +199,14 @@ shadow_sampler.o: $(UTIL_HEADERS) shadow_sampler: shadow_sampler.o $(UTIL_OBJS) -skinning.o: $(UTIL_HEADERS) +shtest.o: $(UTIL_HEADERS) -skinning: skinning.o $(UTIL_OBJS) +shtest: shtest.o $(UTIL_OBJS) + + +shtest.o: $(UTIL_HEADERS) + +shtest: shtest.o $(UTIL_OBJS) texaaline.o: $(UTIL_HEADERS) |