Fix compilation of gifanalyzer on old GCC versions
0b00000 is not standard C, use 0x00 litterals. Also fix printf format
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
CFLAGS=-Wall
|
||||
#LDLIBS=-lm
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all: gifanalyzer
|
||||
|
||||
clean:
|
||||
$(RM) *.o gifanalyzer
|
||||
|
||||
gifanalyzer: gifanalyzer.o
|
||||
|
||||
Reference in New Issue
Block a user