aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5b3f0b17..5e471a09 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
test:
sh ./scripts/run_test.sh
lint:
- @echo "\nRunning luacheck\n"
+ @printf "\nRunning luacheck\n"
luacheck lua/* test/*
- @echo "\nRunning stylua\n"
+ @printf "\nRunning stylua\n"
stylua --check .
.PHONY: test lint