added missing phony target

This commit is contained in:
Bastian Venthur
2022-01-05 15:16:58 +01:00
parent db30fe1d06
commit 489e546173

View File

@@ -13,6 +13,7 @@ ifeq ($(OS), Windows_NT)
endif
.PHONY: all
all: lint test
$(VENV): requirements.txt requirements-dev.txt setup.py