Browse Source

add "make wc"

Quentin Carbonneaux 1 year ago
parent
commit
fc98435f81
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Makefile

+ 4 - 1
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