From 57c2590a84791c4429d8df31840893724d02fbd7 Mon Sep 17 00:00:00 2001 From: teo3300 Date: Tue, 15 Apr 2025 13:46:39 +0900 Subject: [PATCH] style(Makefile): whoops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4508c3c..e3e1461 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,4 @@ install: build-release test conf @echo "To start mal run:" @printf "\tmal [path/to/script [args ...]]\n\n" @echo "To config mal edit:" - @printf "\t${MAL_HOME}/config.mal" + @printf "\t${MAL_HOME}/config.mal\n"