:: commit 5471121141e5c82d54560f6304fe5d06fb2eb090

mintsuki <mintsuki@protonmail.com> — 2020-04-14 04:36

parents: d2c4773c6d

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
tab: 248 wrap: offon