aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfcfd1e..3c5fcca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
.PHONY: tests
.DEFAULT_GOAL := tests
+debug:
+ python -m debugpy --listen 5678 --wait-for-client -m epy
+
dev:
poetry install