feat: add format target into makefile
This commit is contained in:
parent
8dc7e29758
commit
995ab4d496
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -21,6 +21,9 @@ spec: test
|
|||
test:
|
||||
crystal spec --error-trace
|
||||
|
||||
format:
|
||||
crystal tool format
|
||||
|
||||
install:
|
||||
install \
|
||||
-m 755 \
|
||||
|
|
Loading…
Reference in a new issue