test_iff: Add small tool to test for IFF file structures
useful to see if an IFF file is malformed, but also to see how many frames there is in an animation, etc.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
.PHONY: all gifanalyzer sdl_image_test
|
||||
.PHONY: all gifanalyzer sdl_image_test test_iff
|
||||
|
||||
all: gifanalyzer sdl_image_test
|
||||
all: gifanalyzer sdl_image_test test_iff
|
||||
|
||||
gifanalyzer:
|
||||
$(MAKE) -C $@
|
||||
|
||||
sdl_image_test:
|
||||
$(MAKE) -C $@
|
||||
|
||||
test_iff:
|
||||
$(MAKE) -C $@
|
||||
|
||||
Reference in New Issue
Block a user