From a1d341085eed96d567329a30f2cf57c95fe6f071 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 13 Jul 2022 14:46:55 +0800 Subject: auto add search path for cmd tools. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6582e0a..bf5298a 100644 --- a/makefile +++ b/makefile @@ -266,7 +266,7 @@ test: release @mkdir -p $(TEST_OUTPUT) @echo "Compiling Yuescript codes..." @$(START_TIME) - @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) -tl_enabled=true + @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) -tl_enabled @./$(BIN_NAME) $(TEST_INPUT)/teal-lang.yue -o $(TEST_OUTPUT)/teal-lang.lua @echo -en "Compile time: " @$(END_TIME) @@ -279,7 +279,7 @@ test: release gen: release @echo "Compiling Yuescript codes..." @$(START_TIME) - @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) -tl_enabled=true + @./$(BIN_NAME) $(TEST_INPUT) -t $(GEN_OUTPUT) -tl_enabled @./$(BIN_NAME) $(TEST_INPUT)/teal-lang.yue -o $(GEN_OUTPUT)/teal-lang.lua @echo -en "Compile time: " @$(END_TIME) -- cgit v1.2.3-55-g6feb