aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-06-03 11:08:00 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit55b1de33c30601d18a87800c5b07e012e0a22a26 (patch)
treefb3fd4e7402bb52a05c85fa6dd843571f347692b /Makefile
parentlib midi, random: docstring formatting fixes (diff)
downloadalive-55b1de33c30601d18a87800c5b07e012e0a22a26.tar.gz
alive-55b1de33c30601d18a87800c5b07e012e0a22a26.zip
explicit sort in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cf35d77..0473f69 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-MODULES:=$(wildcard alv-lib/*.moon) alv-lib/midi/launchctl.moon
+MODULES:=$(sort $(wildcard alv-lib/*.moon)) alv-lib/midi/launchctl.moon
MODULES:=$(MODULES:alv-lib/%.moon=docs/reference/module/%.html)
-REFERENCE=docs/reference/index.md $(wildcard docs/reference/[01]*.md) docs/reference/builtins.html $(MODULES)
+REFERENCE=docs/reference/index.md $(sort $(wildcard docs/reference/[01]*.md)) docs/reference/builtins.html $(MODULES)
REFTOC=$(REFERENCE:%.md=%.html)
-GUIDE=docs/guide/index.md $(wildcard docs/guide/[01]*.md)
+GUIDE=docs/guide/index.md $(sort $(wildcard docs/guide/[01]*.md))
GUIDETOC=$(GUIDE:%.md=%.html)
CORE=$(wildcard alv/*.moon alv/**/*.moon) $(wildcard alv/*.md)