diff --git a/Makefile b/Makefile index 670fcbf..ddc3319 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ ifeq ($(OS), Windows_NT) endif +.PHONY: all all: lint test $(VENV): requirements.txt requirements-dev.txt setup.py