[make] ignore dattomat.py

This commit is contained in:
Jan Grewe 2019-10-17 14:18:24 +02:00
parent 53c7d74e65
commit 823c3143bf

View File

@ -3,6 +3,7 @@ plots : pythonplots gnuplots
# python plots:
PYFILES=$(wildcard *.py)
PYFILES := $(filter-out dattomat.py, $(PYFILES))
PYPDFFILES=$(PYFILES:.py=.pdf)
pythonplots : $(PYPDFFILES)