diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-19 03:12:28 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-19 03:12:28 +0000 |
| commit | c002284371f076997cae8b36dead35ae12da02ec (patch) | |
| tree | 82033a9a0987012f928c11534b5fe0ea2d7db082 /Tupfile | |
| parent | towards self-compiling (diff) | |
| download | mmm-c002284371f076997cae8b36dead35ae12da02ec.tar.gz mmm-c002284371f076997cae8b36dead35ae12da02ec.zip | |
fix all pages
Diffstat (limited to 'Tupfile')
| -rw-r--r-- | Tupfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
