From 892a2a5f7826cb839fd1b834345b883ed5d4a10c Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 14 Feb 2022 17:49:16 +0100 Subject: [PATCH] chore: set default python target to install --- tools/python.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python.mk b/tools/python.mk index 34c0bf59c..b5ac7943b 100644 --- a/tools/python.mk +++ b/tools/python.mk @@ -1,5 +1,6 @@ .ONESHELL: +.DEFAULT_GOAL = install SHELL = bash CPU_CORES = $(shell nproc)