From 995ab4d49668b0973212a04d9561b8c7c61e9fb7 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 27 Oct 2024 20:45:01 +0100 Subject: [PATCH] feat: add format target into makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f1faf70..f8e3b8a 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ spec: test test: crystal spec --error-trace +format: + crystal tool format + install: install \ -m 755 \