diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -212,7 +212,7 @@ clean: | |||
| 212 | 212 | ||
| 213 | # Test Moonscript compiler | 213 | # Test Moonscript compiler |
| 214 | .PHONY: test | 214 | .PHONY: test |
| 215 | test: release | 215 | test: debug |
| 216 | @echo "Compiling Moonscript codes..." | 216 | @echo "Compiling Moonscript codes..." |
| 217 | @$(START_TIME) | 217 | @$(START_TIME) |
| 218 | @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) | 218 | @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) |
