[chapter.mk] use python3

This commit is contained in:
Jan Grewe 2019-10-14 16:24:48 +02:00
parent d30adfbc26
commit 82b86f690c

View File

@ -9,8 +9,8 @@ pythonplots : $(PYPDFFILES)
$(PYPDFFILES) : %.pdf: %.py
echo $$(which python)
#python3 $<
python $<
python3 $<
#python $<
cleanpythonplots :
rm -f $(PYPDFFILES)