diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 23:29:26 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 23:29:26 -0300 |
commit | 204508bd0db9ac4e4c43798a56f67157c7fc07bc (patch) | |
tree | 4f0c60a94062561bdb83b65e6f4f1601576fc905 /makefile | |
parent | a988ce965c929a939e925882209215a94be4d5f8 (diff) |
formatting pass
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |