grafX2/tools/test_iff/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

11 lines
99 B
Makefile

CFLAGS = -Wall
.PHONY: all clean
all: parseiff
clean:
$(RM) *.o parseiff
parseiff: parseiff.o