Add count target to Makefile
This commit is contained in:
parent
0fdfec4323
commit
5860aa9fa1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue