From c241ea241e8e9c152f6eb14f163b2ae39749f7bf Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 7 Feb 2020 17:29:34 +0800 Subject: releasing moonplus as a lib. --- makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index fd2d718..14a7752 100644 --- a/makefile +++ b/makefile @@ -206,7 +206,10 @@ clean: .PHONY: test test: release @echo "Compiling Moonscript codes..." + @$(START_TIME) @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT) + @echo -en "Compile time: " + @$(END_TIME) # Main rule, checks the executable and symlinks to the output all: $(BIN_PATH)/$(BIN_NAME) -- cgit v1.2.3-55-g6feb