aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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)