From 2900b1a5defff0225b2b74ad2cb5d3ef7386fb3a Mon Sep 17 00:00:00 2001 From: SachinBohra <63098436+SachinBohra@users.noreply.github.com> Date: Wed, 5 Jan 2022 23:00:13 +0530 Subject: [PATCH] update make file to use runtime python env removing the hardcoded python 2 to make it more flexible for further use --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 752791b1e..24735f20a 100755 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ OS := $(shell uname -s) -PYTHON = python - ifeq ($(JOBS),) JOBS:=1 endif