Add count target to Makefile

This commit is contained in:
Liphen 2023-12-13 14:19:53 +08:00
parent 0fdfec4323
commit 5860aa9fa1
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ test:
mkdir -p $(BUILD_DIR)
mill -i __.test.runMain TestMain -td $(BUILD_DIR)
count:
find ./playground/ -name "*.scala" | xargs wc -l
help:
mill -i __.test.runMain Elaborate --help