aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--tup/Tuprules.tup2
-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
diff --git a/.gitignore b/.gitignore
index 9936698..78f616e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,8 @@ yuescript-*.rock*
7!yuescript-dev-1.rockspec 7!yuescript-dev-1.rockspec
8.vs 8.vs
9bin 9bin
10.tup
11tup/*.lua
12tup/t/*.lua
10src/lua/*.o 13src/lua/*.o
11src/lua/*.a 14src/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/app.mp b/tup/app.yue
index 90680f4..90680f4 100644
--- a/tup/app.mp
+++ b/tup/app.yue
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