aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index fd2d718..14a7752 100644
--- a/makefile
+++ b/makefile
@@ -206,7 +206,10 @@ clean:
206.PHONY: test 206.PHONY: test
207test: release 207test: release
208 @echo "Compiling Moonscript codes..." 208 @echo "Compiling Moonscript codes..."
209 @$(START_TIME)
209 @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT) 210 @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT)
211 @echo -en "Compile time: "
212 @$(END_TIME)
210 213
211# Main rule, checks the executable and symlinks to the output 214# Main rule, checks the executable and symlinks to the output
212all: $(BIN_PATH)/$(BIN_NAME) 215all: $(BIN_PATH)/$(BIN_NAME)