diff --git a/Makefile b/Makefile index 536380d4108daac4334bb122b04ddcea06b6b3a1..d9f977c642a58714b12ae12e61905427944c55e9 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ pip = python -m $(PIP) poetry = python -m $(POETRY) venv = . $(VENV)/bin/activate && +all: test + .PHONY: clean clean: $(RM) -r $(VENV)