diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-18 13:29:03 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-18 13:30:34 +0100 |
commit | a528eb51ebf9aa9431d768627faad3cadaefae3c (patch) | |
tree | c16fce587e372833e39ea179c8456a3db840a3ca /progs/tests/Makefile | |
parent | d405ba3151de9585a310b7e2ebcae09302c0dbe4 (diff) |
progs/tests: Update mipmap_limits to show image and colors
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index eb6b6bd639c..4d7cc88cc2e 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -184,6 +184,11 @@ mipmap_view: mipmap_view.o readtex.o mipmap_view.o: mipmap_view.c readtex.h $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ +mipmap_limits: mipmap_limits.o readtex.o + $(APP_CC) $(CFLAGS) mipmap_limits.o readtex.o $(LIBS) -o $@ + +mipmap_limits.o: mipmap_limits.c readtex.h + $(APP_CC) -c $(INCLUDES) $(CFLAGS) $(DEFINES) $< -o $@ fillrate: fillrate.o readtex.o $(APP_CC) $(CFLAGS) fillrate.o readtex.o $(LIBS) -o $@ |