diff options
author | Li Jin <dragon-fly@qq.com> | 2022-11-15 18:25:30 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-11-15 18:25:30 +0800 |
commit | 7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (patch) | |
tree | 2eeb69433051637b9090a5833718408eb32fa5f6 /makefile | |
parent | 94f8330613877b3582d32bd11abd83a97b4399ad (diff) | |
download | yuescript-7ecfd8f02bad9ebba7e32894da278a48ef9ecee9.tar.gz yuescript-7ecfd8f02bad9ebba7e32894da278a48ef9ecee9.tar.bz2 yuescript-7ecfd8f02bad9ebba7e32894da278a48ef9ecee9.zip |
fix issues detected by MSVC.
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) |