diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 13:23:18 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:23:21 +0000 |
| commit | a93e35d0da806a2d377ffa550d029b064f5bcd22 (patch) | |
| tree | c79c53a78d1db81013a4277ae808595dfc0d7fe4 /Makefile | |
| parent | allow ~ in symbols (diff) | |
| download | alive-a93e35d0da806a2d377ffa550d029b064f5bcd22.tar.gz alive-a93e35d0da806a2d377ffa550d029b064f5bcd22.zip | |
cleanup alv/builtin
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ docs/reference/%.html: alv-lib/%.moon $(DEPS) @mkdir -p `dirname $@` docs/gen/module $@ alv-lib.$(subst /,.,$*) $(subst /,.,$*) -docs/reference/index.html: $(MODREFS) $(DEPS) +docs/reference/index.html: alv/builtin.moon $(MODREFS) $(DEPS) docs/gen/index $@ $(MODULES) docs/ldoc.ltp: $(DEPS) |
