From 7bec207291c7974059366aed5529cc1c12c5ccd8 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 27 Mar 2021 20:40:29 +0000 Subject: Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b68381..4da44e1 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ release: ## Make a release python make_release.py -install: ## Install for the current user using the default python command +install: docs ## Install for the current user using the default python command python setup.py build_ext --inplace python setup.py install --user -- cgit v1.2.3