[make] ignore dattomat.py
This commit is contained in:
parent
53c7d74e65
commit
823c3143bf
@ -3,6 +3,7 @@ plots : pythonplots gnuplots
|
||||
|
||||
# python plots:
|
||||
PYFILES=$(wildcard *.py)
|
||||
PYFILES := $(filter-out dattomat.py, $(PYFILES))
|
||||
PYPDFFILES=$(PYFILES:.py=.pdf)
|
||||
|
||||
pythonplots : $(PYPDFFILES)
|
||||
|
Reference in New Issue
Block a user