diff --git a/Makefile b/Makefile index 0012dafc..90712b56 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,14 @@ test/ci-relay: p2p-tools @echo "Running CI relay test..." ./tests/ci-relay-test.sh +CLOC_DIR=. +cloc: + cloc --read-lang-def=cloc.txt $(CLOC_DIR) +cloc/lib: + $(MAKE) cloc CLOC_DIR=lib +cloc/test: + $(MAKE) cloc CLOC_DIR=tests + dist: stack npm rt p2p-tools lib rm -rf ./build/ mkdir -p ./build/Troupe/rt/built diff --git a/cloc.txt b/cloc.txt new file mode 100644 index 00000000..a5a90209 --- /dev/null +++ b/cloc.txt @@ -0,0 +1,7 @@ + +Troupe + filter remove_between_general (* *) + extension trp + extension pico + extension picox + 3rd_gen_scale 3.00