diff options
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | tup/Tuprules.tup | 2 | ||||
| -rw-r--r-- | tup/app.yue (renamed from tup/app.mp) | 0 | ||||
| -rw-r--r-- | tup/t/extra.yue (renamed from tup/t/extra.mp) | 0 |
4 files changed, 4 insertions, 1 deletions
| @@ -7,5 +7,8 @@ yuescript-*.rock* | |||
| 7 | !yuescript-dev-1.rockspec | 7 | !yuescript-dev-1.rockspec |
| 8 | .vs | 8 | .vs |
| 9 | bin | 9 | bin |
| 10 | .tup | ||
| 11 | tup/*.lua | ||
| 12 | tup/t/*.lua | ||
| 10 | src/lua/*.o | 13 | src/lua/*.o |
| 11 | src/lua/*.a | 14 | src/lua/*.a |
diff --git a/tup/Tuprules.tup b/tup/Tuprules.tup index f67c90c..69f16b2 100644 --- a/tup/Tuprules.tup +++ b/tup/Tuprules.tup | |||
| @@ -1 +1 @@ | |||
| : foreach *.mp |> moonp %f |> %B.lua | : foreach *.yue |> yue %f |> %B.lua | ||
diff --git a/tup/t/extra.mp b/tup/t/extra.yue index 072de69..072de69 100644 --- a/tup/t/extra.mp +++ b/tup/t/extra.yue | |||
