diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-24 18:09:45 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-24 18:09:45 +0800 |
commit | d04b23b9a47c2ec6631aec16dc79f5b803fe07f3 (patch) | |
tree | dd851ebf0499b6acca5b6962207094f48eb6c414 /makefile | |
parent | 2447d158241aeaaf9c0b1ab21a08db7a40e5cef3 (diff) | |
download | yuescript-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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ clean: | |||
210 | test: release | 210 | test: 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 | ||