diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -270,7 +270,7 @@ clean: | |||
270 | 270 | ||
271 | # Test Yuescript compiler | 271 | # Test Yuescript compiler |
272 | .PHONY: test | 272 | .PHONY: test |
273 | test: release | 273 | test: debug |
274 | @mkdir -p $(TEST_OUTPUT)/5.1/test | 274 | @mkdir -p $(TEST_OUTPUT)/5.1/test |
275 | @echo "Compiling Yuescript codes..." | 275 | @echo "Compiling Yuescript codes..." |
276 | @$(START_TIME) | 276 | @$(START_TIME) |