Update binary image
diff --git a/qloader2.bin b/qloader2.bin
index 33d41e78..dbb7d963 100644
Binary files a/qloader2.bin and b/qloader2.bin differ
diff --git a/src/Makefile b/src/Makefile
index f58a5d99..664e056a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -25,7 +25,7 @@ INTERNAL_LDFLAGS = \
.PHONY: all clean
-C_FILES := $(shell find ./ -type f -name '*.c')
+C_FILES := $(shell find ./ -type f -name '*.c' | sort)
OBJ := $(C_FILES:.c=.o)
all: qloader2.bin
