diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -206,7 +206,10 @@ clean: | |||
206 | .PHONY: test | 206 | .PHONY: test |
207 | test: release | 207 | test: 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 |
212 | all: $(BIN_PATH)/$(BIN_NAME) | 215 | all: $(BIN_PATH)/$(BIN_NAME) |