chore: set default python target to install

This commit is contained in:
jo 2022-02-14 17:49:16 +01:00 committed by Kyle Robbertze
parent 76e7bfbf6c
commit 892a2a5f78
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.ONESHELL:
.DEFAULT_GOAL = install
SHELL = bash
CPU_CORES = $(shell nproc)