From bc84cef2b1dbb39420c8d4bd9cafc183e3b170ff Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 22 Oct 2019 14:06:42 +0800 Subject: icetime: use $(PYTHON) in Makefile Allow the name of the Python interpreter to be changed. Signed-off-by: Sean Cross --- icetime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icetime/Makefile b/icetime/Makefile index 38e2fe6..acf5b8f 100644 --- a/icetime/Makefile +++ b/icetime/Makefile @@ -32,7 +32,7 @@ icetime$(EXE): icetime.o iceutil.o $(addsuffix .o, $(addprefix timings-, $(CHIPS $(CXX) -o $@ $(LDFLAGS) $^ $(LDLIBS) timings-%.cc: timings.py ../icefuzz/timings_%.txt - python3 timings.py $* > $@ + $(PYTHON) timings.py $* > $@ install: all mkdir -p $(DESTDIR)$(PREFIX)/bin -- cgit v1.2.3