From e72e38eda22af13067f34077499e595c816c46b6 Mon Sep 17 00:00:00 2001 From: icex2 Date: Sat, 3 Feb 2024 10:28:42 +0100 Subject: [PATCH] chore: Fix ordering of files in module.mk --- Module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Module.mk b/Module.mk index 00290d5..2a948a8 100644 --- a/Module.mk +++ b/Module.mk @@ -710,11 +710,11 @@ $(zipdir)/ddr-14-to-18.zip: \ build/bin/indep-32/eamio.dll \ build/bin/indep-32/geninput.dll \ dist/ddr/config.bat \ - dist/ddr/gamestart-17.bat \ - dist/ddr/gamestart-18.bat \ dist/ddr/gamestart-14.bat \ dist/ddr/gamestart-15.bat \ dist/ddr/gamestart-16.bat \ + dist/ddr/gamestart-17.bat \ + dist/ddr/gamestart-18.bat \ | $(zipdir)/ $(V)echo ... $@ $(V)zip -j $@ $^ @@ -728,9 +728,9 @@ $(zipdir)/ddr-16-to-18-x64.zip: \ build/bin/indep-64/eamio.dll \ build/bin/indep-64/geninput.dll \ dist/ddr/config.bat \ + dist/ddr/gamestart-16.bat \ dist/ddr/gamestart-17.bat \ dist/ddr/gamestart-18.bat \ - dist/ddr/gamestart-16.bat \ | $(zipdir)/ $(V)echo ... $@ $(V)zip -j $@ $^