python3 -> python
This commit is contained in:
parent
00ce00c246
commit
a2315fdbc8
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ XDG_CONFIG_HOME := $(HOME)/.config
|
||||||
# MacOS users do not have a 'date' command that supports milliseconds
|
# MacOS users do not have a 'date' command that supports milliseconds
|
||||||
# This is what we are forced to do. Other ideas welcome
|
# This is what we are forced to do. Other ideas welcome
|
||||||
define epochms
|
define epochms
|
||||||
$$(python3 -c 'from time import time; print(int(round(time() * 1000)))')
|
$$(python -c 'from time import time; print(int(round(time() * 1000)))')
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(TOOLCHAIN_PROFILE),false)
|
ifneq ($(TOOLCHAIN_PROFILE),false)
|
||||||
|
|
Loading…
Reference in New Issue