aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-03-24 18:09:45 +0800
committerLi Jin <dragon-fly@qq.com>2020-03-24 18:09:45 +0800
commitd04b23b9a47c2ec6631aec16dc79f5b803fe07f3 (patch)
treedd851ebf0499b6acca5b6962207094f48eb6c414 /makefile
parent2447d158241aeaaf9c0b1ab21a08db7a40e5cef3 (diff)
downloadyuescript-d04b23b9a47c2ec6631aec16dc79f5b803fe07f3.tar.gz
yuescript-d04b23b9a47c2ec6631aec16dc79f5b803fe07f3.tar.bz2
yuescript-d04b23b9a47c2ec6631aec16dc79f5b803fe07f3.zip
add command line option "-e" to moonp to eval file or string.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 68f35be..a285842 100644
--- a/makefile
+++ b/makefile
@@ -210,7 +210,7 @@ clean:
210test: release 210test: release
211 @echo "Compiling Moonscript codes..." 211 @echo "Compiling Moonscript codes..."
212 @$(START_TIME) 212 @$(START_TIME)
213 @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT) 213 @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT)
214 @echo -en "Compile time: " 214 @echo -en "Compile time: "
215 @$(END_TIME) 215 @$(END_TIME)
216 216