diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ clean: | |||
206 | .PHONY: test | 206 | .PHONY: test |
207 | test: release | 207 | test: release |
208 | @echo "Compiling Moonscript codes..." | 208 | @echo "Compiling Moonscript codes..." |
209 | @./$(BIN_NAME) $(TEST_INPUT)/*.moon -a -s -t $(TEST_OUTPUT) | 209 | @./$(BIN_NAME) $(TEST_INPUT)/*.moon -l -t $(TEST_OUTPUT) |
210 | 210 | ||
211 | # Main rule, checks the executable and symlinks to the output | 211 | # Main rule, checks the executable and symlinks to the output |
212 | all: $(BIN_PATH)/$(BIN_NAME) | 212 | all: $(BIN_PATH)/$(BIN_NAME) |