aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 23:29:26 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 23:29:26 -0300
commit204508bd0db9ac4e4c43798a56f67157c7fc07bc (patch)
tree4f0c60a94062561bdb83b65e6f4f1601576fc905 /makefile
parenta988ce965c929a939e925882209215a94be4d5f8 (diff)
formatting pass
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
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)