diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ clean: | |||
210 | test: release | 210 | test: release |
211 | @echo "Compiling Moonscript codes..." | 211 | @echo "Compiling Moonscript codes..." |
212 | @$(START_TIME) | 212 | @$(START_TIME) |
213 | @./$(BIN_NAME) $(TEST_INPUT)/*.moon -t $(TEST_OUTPUT) | 213 | @./$(BIN_NAME) $(TEST_INPUT) -t $(TEST_OUTPUT) |
214 | @echo -en "Compile time: " | 214 | @echo -en "Compile time: " |
215 | @$(END_TIME) | 215 | @$(END_TIME) |
216 | 216 | ||