mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-30 01:46:26 -05:00
5 lines
76 B
Makefile
5 lines
76 B
Makefile
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
# Uses ../.clang-format
|
||
|
clang-format --verbose -i main.c
|