From 04e3cd43cee426cd5c2fa1d0fab5fabc7f19c039 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 26 May 2020 16:12:44 +0800 Subject: make back call operator use highest priority for operator precedence. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index b8484a7..5207a11 100644 --- a/makefile +++ b/makefile @@ -212,7 +212,7 @@ clean: # Test Moonscript compiler .PHONY: test -test: release +test: debug @echo "Compiling Moonscript codes..." @$(START_TIME) @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) -- cgit v1.2.3-55-g6feb