aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-21 16:16:16 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commit6023a46cb30ac788ace35632df6cd4646145db4d (patch)
treeb7a20a119667808679eaa6de234ee413cb046587 /Makefile
parentmove array and struct constructor into builtins (diff)
downloadalive-6023a46cb30ac788ace35632df6cd4646145db4d.tar.gz
alive-6023a46cb30ac788ace35632df6cd4646145db4d.zip
rename alv.builtin to alv.builtins
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c2820e..794730b 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ docs/reference/%.html: alv-lib/%.moon $(DEPS)
@mkdir -p `dirname $@`
docs/gen/module $@ alv-lib.$(subst /,.,$*) $(subst /,.,$*)
-docs/reference/index.html: alv/builtin.moon $(MODREFS) $(DEPS)
+docs/reference/index.html: alv/builtins.moon $(MODREFS) $(DEPS)
docs/gen/index $@ $(MODULES)
docs/ldoc.ltp: $(DEPS)