diff --git a/chisel/Makefile b/chisel/Makefile index 5b0ccfd..b57681d 100644 --- a/chisel/Makefile +++ b/chisel/Makefile @@ -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