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