aboutsummaryrefslogtreecommitdiffstats
path: root/Tupfile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-19 03:12:28 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-19 03:12:28 +0000
commitc002284371f076997cae8b36dead35ae12da02ec (patch)
tree82033a9a0987012f928c11534b5fe0ea2d7db082 /Tupfile
parenttowards self-compiling (diff)
downloadmmm-c002284371f076997cae8b36dead35ae12da02ec.tar.gz
mmm-c002284371f076997cae8b36dead35ae12da02ec.zip
fix all pages
Diffstat (limited to 'Tupfile')
-rw-r--r--Tupfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tupfile b/Tupfile
index 8e86c17..a7630c7 100644
--- a/Tupfile
+++ b/Tupfile
@@ -1,4 +1,4 @@
.gitignore
-: foreach app/index.moon app/realities.moon |> moon render.moon %B > %o |> dist/%B.html
+: foreach app/* |> moon render.moon %B > %o |> dist/%B.html
: foreach lib/*.client.moon lib/*.shared.moon |> moonc -o %o %f |> dist/lib/%B.lua