diff --git a/Tools/Makefile b/Tools/Makefile index c97c987..5f71913 100644 --- a/Tools/Makefile +++ b/Tools/Makefile @@ -81,8 +81,8 @@ tga_extract: tga_extract.c $(DEPS) fonctions.o gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@ -# tga_info: tga_info.c $(DEPS) fonctions.o -# gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@ +tga_info: tga_info.c $(DEPS) fonctions.o + gcc $(CFLAGS) $< ../libimage.a fonctions.o -lm -o $@ tga_pattern: tga_pattern.c $(DEPS) fonctions.o gcc $(CFLAGS) $< ../libtthimage.a fonctions.o -lm -o $@