diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | examples/exclude (renamed from examples/.exclude) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ TEMP = temp -EXCLUDE = $(shell cat examples/.exclude) +EXCLUDE = $(shell cat examples/exclude) EXCLUDE := $(basename $(EXCLUDE)) EXCLUDE := $(addsuffix .vhd,$(EXCLUDE)) @@ -13,7 +13,7 @@ DIFFOPT = --exclude=Makefile ifndef WIP VHDLS := $(filter-out $(EXCLUDE),$(VHDLS)) -DIFFOPT := $(DIFFOPT) --exclude-from=examples/.exclude +DIFFOPT := $(DIFFOPT) --exclude-from=examples/exclude endif all: diff diff --git a/examples/.exclude b/examples/exclude index fbffd05..fbffd05 100644 --- a/examples/.exclude +++ b/examples/exclude |