We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3b361 commit 2c65d21Copy full SHA for 2c65d21
Makefile
@@ -56,6 +56,14 @@ test/ci-relay: p2p-tools
56
@echo "Running CI relay test..."
57
./tests/ci-relay-test.sh
58
59
+CLOC_DIR=.
60
+cloc:
61
+ cloc --read-lang-def=cloc.txt $(CLOC_DIR)
62
+cloc/lib:
63
+ $(MAKE) cloc CLOC_DIR=lib
64
+cloc/test:
65
+ $(MAKE) cloc CLOC_DIR=tests
66
+
67
dist: stack npm rt p2p-tools lib
68
rm -rf ./build/
69
mkdir -p ./build/Troupe/rt/built
cloc.txt
@@ -0,0 +1,6 @@
1
+Troupe
2
+ filter remove_between_general (* *)
3
+ extension trp
4
+ extension pico
5
+ extension picox
6
+ 3rd_gen_scale 3.00
0 commit comments