From 823c3143bf8ac7b558c1b0e31c60f06b8fad850d Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Thu, 17 Oct 2019 14:18:24 +0200 Subject: [PATCH] [make] ignore dattomat.py --- chapter.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter.mk b/chapter.mk index 7d8f918..7bed524 100644 --- a/chapter.mk +++ b/chapter.mk @@ -3,6 +3,7 @@ plots : pythonplots gnuplots # python plots: PYFILES=$(wildcard *.py) +PYFILES := $(filter-out dattomat.py, $(PYFILES)) PYPDFFILES=$(PYFILES:.py=.pdf) pythonplots : $(PYPDFFILES)