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: test:
crystal spec --error-trace crystal spec --error-trace
format:
crystal tool format
install: install:
install \ install \
-m 755 \ -m 755 \