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 b8484a7..5207a11 100644
--- a/makefile
+++ b/makefile
@@ -212,7 +212,7 @@ clean:
212 212
213# Test Moonscript compiler 213# Test Moonscript compiler
214.PHONY: test 214.PHONY: test
215test: release 215test: 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)