diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 16:16:16 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 16:16:16 +0000 |
| commit | fb248e9d2c8e6e1bffc8f0398d3a3dd1c85383ff (patch) | |
| tree | 7fbe336b7679d31eddc7df969e4955829fa00bec /Makefile | |
| parent | move array and struct constructor into builtins (diff) | |
| download | alive-fb248e9d2c8e6e1bffc8f0398d3a3dd1c85383ff.tar.gz alive-fb248e9d2c8e6e1bffc8f0398d3a3dd1c85383ff.zip | |
rename alv.builtin to alv.builtins
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
