summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rodrigomelo9@gmail.com>2017-11-25 15:30:58 -0300
committerRodrigo Alejandro Melo <rodrigomelo9@gmail.com>2017-11-25 15:30:58 -0300
commit4a6ffd6f8ac9b073146632ca0e509b0f54b3fe9c (patch)
treead9486b921ffcf1b267ea3287797625cc3b886e5
parenteb209c60ae8407ad566a8dde7dfbee3014c5001e (diff)
downloadvhdl2vl-4a6ffd6f8ac9b073146632ca0e509b0f54b3fe9c.tar.gz
vhdl2vl-4a6ffd6f8ac9b073146632ca0e509b0f54b3fe9c.zip
Renamed .exclude to exclude
-rw-r--r--Makefile4
-rw-r--r--examples/exclude (renamed from examples/.exclude)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e6c8c33..1d18df6 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud