summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-24 13:37:42 -0300
committerRodrigo Alejandro Melo <rmelo@inti.gob.ar>2017-11-24 13:37:42 -0300
commiteb209c60ae8407ad566a8dde7dfbee3014c5001e (patch)
tree6d029c08d71f948397fe9fc78cbe80ae758b078f
parent436f8a18014bc0614e3181ee1fd2679d682eea07 (diff)
downloadvhdl2vl-eb209c60ae8407ad566a8dde7dfbee3014c5001e.tar.gz
vhdl2vl-eb209c60ae8407ad566a8dde7dfbee3014c5001e.zip
Removed Makefile from examples/.exclude
-rw-r--r--Makefile6
-rw-r--r--examples/.exclude1
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 666dae0..e6c8c33 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@ EXCLUDE := $(addsuffix .vhd,$(EXCLUDE))
VHDLS = $(wildcard examples/*.vhd)
VHDLS := $(notdir $(VHDLS))
+DIFFOPT = --exclude=Makefile
+
ifndef WIP
VHDLS := $(filter-out $(EXCLUDE),$(VHDLS))
-DIFFOPT = --exclude-from=examples/.exclude
-else
-DIFFOPT = --exclude=Makefile
+DIFFOPT := $(DIFFOPT) --exclude-from=examples/.exclude
endif
all: diff
diff --git a/examples/.exclude b/examples/.exclude
index 458a443..fbffd05 100644
--- a/examples/.exclude
+++ b/examples/.exclude
@@ -1,4 +1,3 @@
-Makefile
todo.*
bigfile.*
for.*
OpenPOWER on IntegriCloud