aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-22 20:33:20 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-22 20:33:20 +0000
commit25d3ba6546d058ac673f6a3217ea433e91a438e7 (patch)
treed2ae8a229e3488fa1cd28f52eb929df51e85ba8b /Makefile
parentdocs/guide: rephrasing symbols section (diff)
downloadalive-25d3ba6546d058ac673f6a3217ea433e91a438e7.tar.gz
alive-25d3ba6546d058ac673f6a3217ea433e91a438e7.zip
internals/plugin-guide: first draft
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3f736c..eac8666 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
MODULES=$(wildcard lib/*.moon) lib/midi/launchctl.moon
MODREFS=$(MODULES:lib/%.moon=docs/reference/%.html)
-CORE=$(wildcard core/*.moon core/**/*.moon)
+CORE=$(wildcard core/*.moon core/**/*.moon) $(wildcard core/*.md)
DEPS=core/version.moon extra/docs.moon extra/layout.moon extra/dom.moon
.PHONY: docs reference internals release clean