Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions cloc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

Troupe
filter remove_between_general (* *)
extension trp
extension pico
extension picox
3rd_gen_scale 3.00
Loading