Add make repl

I use this in so many other projects, and I keep doing it within the textual
development environment, and get annoyed every time it isn't there. It's
handy so...
This commit is contained in:
Dave Pearson
2023-11-08 06:55:22 +00:00
parent 25c5658a01
commit 30cecf3f5b

View File

@@ -98,3 +98,7 @@ install-pre-commit:
.PHONY: demo
demo:
$(run) python -m textual
.PHONY: repl
repl:
$(run) python