diff --git a/Makefile b/Makefile index 0c44674..07dca0b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif SYSTEM_PYTHON = python3 PYTHON = $(or $(wildcard $(VENV_PATH)/bin/python), $(SYSTEM_PYTHON)) -all: build docs +all: test build docs .PHONY: all