chore: set default python target to install
This commit is contained in:
parent
76e7bfbf6c
commit
892a2a5f78
|
@ -1,5 +1,6 @@
|
||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
|
|
||||||
|
.DEFAULT_GOAL = install
|
||||||
SHELL = bash
|
SHELL = bash
|
||||||
CPU_CORES = $(shell nproc)
|
CPU_CORES = $(shell nproc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue