mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-12-21 05:44:24 -05:00
5 lines
112 B
Makefile
5 lines
112 B
Makefile
.PHONY: fmt
|
|
fmt:
|
|
# Uses ../.clang-format
|
|
clang-format --verbose -i main.c lib.h lib.c proto.h proto.c types.h
|