feat: add format target into makefile

This commit is contained in:
Glenn Y. Rolland 2024-10-27 20:45:01 +01:00
parent 8dc7e29758
commit 995ab4d496

View file

@ -21,6 +21,9 @@ spec: test
test:
crystal spec --error-trace
format:
crystal tool format
install:
install \
-m 755 \