aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-05-26 16:12:44 +0800
committerLi Jin <dragon-fly@qq.com>2020-05-26 16:12:44 +0800
commit04e3cd43cee426cd5c2fa1d0fab5fabc7f19c039 (patch)
treedcbf5ce830f5c59a32d4bca9e3df08ac891e14b8 /makefile
parente183579847e5c49b3062e0e5acd3ca320fc1229b (diff)
downloadyuescript-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--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b8484a7..5207a11 100644
--- a/makefile
+++ b/makefile
@@ -212,7 +212,7 @@ clean:
212 212
213# Test Moonscript compiler 213# Test Moonscript compiler
214.PHONY: test 214.PHONY: test
215test: release 215test: 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)