aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0784337..be38f1a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ CCOPTS += -g -Ln out/labels.txt
endif
QUIET = @echo ' ' CC65 $@;
-SOURCES = $(shell find src/ -type f -name '*.s' -printf "%f\n")
+SOURCES = $(shell find src/ -type f -name '*.s' -printf "%f\n" | sort)
ROMS = $(SOURCES:%.s=out/%.nes)
.PHONY: all