From 8d1af508f4173e4af6a4ea98584c1a86619f6a20 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Sat, 18 Jan 2020 18:15:24 +0800 Subject: fix Moonscript issue 122, add support for ? operator. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5042b08..a3379a4 100644 --- a/makefile +++ b/makefile @@ -206,7 +206,7 @@ clean: .PHONY: test test: release @echo "Compiling Moonscript codes..." - @./$(BIN_NAME) $(TEST_INPUT)/*.moon -a -s -t $(TEST_OUTPUT) + @./$(BIN_NAME) $(TEST_INPUT)/*.moon -l -t $(TEST_OUTPUT) # Main rule, checks the executable and symlinks to the output all: $(BIN_PATH)/$(BIN_NAME) -- cgit v1.2.3-55-g6feb