diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 13:23:18 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-13 14:46:35 +0000 |
| commit | 0b6c1fbcf4eb5047142d2af963a90b9e7bc7bfc5 (patch) | |
| tree | fb050d8b7904ba37befb3465edd30ee9e299d9c3 /Makefile | |
| parent | allow ~ in symbols (diff) | |
| download | alive-0b6c1fbcf4eb5047142d2af963a90b9e7bc7bfc5.tar.gz alive-0b6c1fbcf4eb5047142d2af963a90b9e7bc7bfc5.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) |
