grafX2/tools/Makefile
Thomas Bernard d94fb966a2 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.
2018-02-18 21:11:40 +01:00

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 $@