From 16c16dd8c70a0d4fbf77dd00b64a922a984ebbd3 Mon Sep 17 00:00:00 2001 From: Benedikt Mersch Date: Thu, 3 Aug 2023 16:25:33 +0200 Subject: [PATCH] Update Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 94f9315..afb539f 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,6 @@ install-all: uninstall: @pip -v uninstall mapmos -build-system: +editable: @pip install scikit-build-core pyproject_metadata pathspec pybind11 ninja cmake - -editable: build-system @pip install --no-build-isolation -ve .