From a2315fdbc8cd0e4a654d1aa4623a53d5292b3574 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Wed, 18 Oct 2023 15:21:06 -0700 Subject: [PATCH] python3 -> python --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ceb1fc..d5133d2 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ XDG_CONFIG_HOME := $(HOME)/.config # MacOS users do not have a 'date' command that supports milliseconds # This is what we are forced to do. Other ideas welcome 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 ifneq ($(TOOLCHAIN_PROFILE),false)