From 204508bd0db9ac4e4c43798a56f67157c7fc07bc Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 23:29:26 -0300 Subject: formatting pass --- makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 8beaf94..61d6469 100644 --- a/makefile +++ b/makefile @@ -38,6 +38,10 @@ depsdebian: STYLE_BLUEPRINT="{BasedOnStyle: webkit, AllowShortIfStatementsOnASingleLine: true, IndentCaseLabels: true, AllowShortEnumsOnASingleLine: true}" FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT) +stats: + cat rosenrot.c | wc -l + gcc -fpreprocessed -dD -E -P rosenrot.c | wc -l + format: $(SRC) $(FORMATTER) $(SRC) -- cgit v1.2.3