aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2022-11-15 18:25:30 +0800
committerLi Jin <dragon-fly@qq.com>2022-11-15 18:25:30 +0800
commit7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (patch)
tree2eeb69433051637b9090a5833718408eb32fa5f6 /makefile
parent94f8330613877b3582d32bd11abd83a97b4399ad (diff)
downloadyuescript-7ecfd8f02bad9ebba7e32894da278a48ef9ecee9.tar.gz
yuescript-7ecfd8f02bad9ebba7e32894da278a48ef9ecee9.tar.bz2
yuescript-7ecfd8f02bad9ebba7e32894da278a48ef9ecee9.zip
fix issues detected by MSVC.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 43f39f1..cfe56cd 100644
--- a/makefile
+++ b/makefile
@@ -270,7 +270,7 @@ clean:
270 270
271# Test Yuescript compiler 271# Test Yuescript compiler
272.PHONY: test 272.PHONY: test
273test: release 273test: 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)