useful to see if an IFF file is malformed, but also to see how many frames there is in an animation, etc.
13 lines
177 B
Makefile
13 lines
177 B
Makefile
.PHONY: all gifanalyzer sdl_image_test test_iff
|
|
|
|
all: gifanalyzer sdl_image_test test_iff
|
|
|
|
gifanalyzer:
|
|
$(MAKE) -C $@
|
|
|
|
sdl_image_test:
|
|
$(MAKE) -C $@
|
|
|
|
test_iff:
|
|
$(MAKE) -C $@
|