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:
parent
8b70a205c8
commit
2900b1a5de
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,8 +1,6 @@
|
|||
|
||||
OS := $(shell uname -s)
|
||||
|
||||
PYTHON = python
|
||||
|
||||
ifeq ($(JOBS),)
|
||||
JOBS:=1
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue