add "make wc"
This commit is contained in:
parent
875c1abf93
commit
fc98435f81
1 changed files with 4 additions and 1 deletions
5
Makefile
5
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
|
||||
|
|
Loading…
Add table
Reference in a new issue