aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2024-04-12 11:49:00 +0200
committerQuentin Carbonneaux <[email protected]>2024-04-12 11:49:00 +0200
commitfc98435f810dbb3c59bef5d3050b120526cfd8b5 (patch)
treed3b3c9a9d3e2c4ab241b5b7b1de006a0b6cdc499
parent875c1abf93da1045f290b98aece97c6c83ac1fbb (diff)
add "make wc"
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bed718a..2482eb1 100644
--- a/Makefile
+++ b/Makefile
@@ -90,4 +90,7 @@ src:
}" < $$F; \
done
-.PHONY: clean clean-gen check check-arm64 check-rv64 src 80 install uninstall
+wc:
+ @wc -l $(SRCALL)
+
+.PHONY: clean clean-gen check check-arm64 check-rv64 src 80 wc install uninstall