diff options
author | Li Jin <dragon-fly@qq.com> | 2020-05-26 16:12:44 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-05-26 16:12:44 +0800 |
commit | 04e3cd43cee426cd5c2fa1d0fab5fabc7f19c039 (patch) | |
tree | dcbf5ce830f5c59a32d4bca9e3df08ac891e14b8 /makefile | |
parent | e183579847e5c49b3062e0e5acd3ca320fc1229b (diff) | |
download | yuescript-04e3cd43cee426cd5c2fa1d0fab5fabc7f19c039.tar.gz yuescript-04e3cd43cee426cd5c2fa1d0fab5fabc7f19c039.tar.bz2 yuescript-04e3cd43cee426cd5c2fa1d0fab5fabc7f19c039.zip |
make back call operator use highest priority for operator precedence.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ clean: | |||
212 | 212 | ||
213 | # Test Moonscript compiler | 213 | # Test Moonscript compiler |
214 | .PHONY: test | 214 | .PHONY: test |
215 | test: release | 215 | test: debug |
216 | @echo "Compiling Moonscript codes..." | 216 | @echo "Compiling Moonscript codes..." |
217 | @$(START_TIME) | 217 | @$(START_TIME) |
218 | @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) | 218 | @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) |