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:
10
tools/test_iff/Makefile
Normal file
10
tools/test_iff/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
CFLAGS = -Wall
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all: parseiff
|
||||
|
||||
clean:
|
||||
$(RM) *.o parseiff
|
||||
|
||||
parseiff: parseiff.o
|
||||
Reference in New Issue
Block a user