diff options
author | Criztian Haunsen <cristianhaunsen@gmail.com> | 2020-08-05 23:07:26 -0300 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-08-10 11:06:55 +0800 |
commit | 27c7d9fe301f730a79f522a36271f3caeeea9d2e (patch) | |
tree | a7a7e105e3fd99b7d176eb654e84b6706e0cc9e1 /tup/Tuprules.tup | |
parent | 933b1ebf0eae30756b65393adec03773f28a8a07 (diff) | |
download | yuescript-27c7d9fe301f730a79f522a36271f3caeeea9d2e.tar.gz yuescript-27c7d9fe301f730a79f522a36271f3caeeea9d2e.tar.bz2 yuescript-27c7d9fe301f730a79f522a36271f3caeeea9d2e.zip |
Added example for tup. Tup is a file-based build system for Linux, OSX, and Windows.
Diffstat (limited to 'tup/Tuprules.tup')
-rw-r--r-- | tup/Tuprules.tup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tup/Tuprules.tup b/tup/Tuprules.tup new file mode 100644 index 0000000..6583c79 --- /dev/null +++ b/tup/Tuprules.tup | |||
@@ -0,0 +1 @@ | |||
: foreach *.moon |> moonp %f |> %B.lua | |||