mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
chore: redefined and connected pricers (#29)
This commit is contained in:
committed by
GitHub
parent
dd33f83e10
commit
2ed9057105
4
Makefile
4
Makefile
@@ -49,4 +49,8 @@ install: $(VENV)
|
||||
test: $(VENV)
|
||||
$(PYTEST) -v
|
||||
|
||||
count-lines:
|
||||
@find . \( -path '*/node_modules' -o -path '*/.venv' -o -path '*/venv' \) -prune -o \
|
||||
\( -name "*.ts" -o -name "*.py" \) -type f -print0 | xargs -0 cat | wc -l
|
||||
|
||||
.PHONY: all pdf clean watch run.webapp install test
|
||||
|
||||
Reference in New Issue
Block a user