update make file to use runtime python env

removing the hardcoded python 2 to make it more flexible for further use
This commit is contained in:
SachinBohra 2022-01-05 23:00:13 +05:30 committed by GitHub
parent 8b70a205c8
commit 2900b1a5de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,6 @@
OS := $(shell uname -s)
PYTHON = python
ifeq ($(JOBS),)
JOBS:=1
endif