mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-22 15:41:19 -04:00
4 lines
76 B
Makefile
4 lines
76 B
Makefile
.PHONY: fmt
|
|
fmt:
|
|
# Uses ../.clang-format
|
|
clang-format --verbose -i main.c
|