diff options
| author | Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | 2017-11-25 15:30:58 -0300 |
|---|---|---|
| committer | Rodrigo Alejandro Melo <rodrigomelo9@gmail.com> | 2017-11-25 15:30:58 -0300 |
| commit | 4a6ffd6f8ac9b073146632ca0e509b0f54b3fe9c (patch) | |
| tree | ad9486b921ffcf1b267ea3287797625cc3b886e5 | |
| parent | eb209c60ae8407ad566a8dde7dfbee3014c5001e (diff) | |
| download | vhdl2vl-4a6ffd6f8ac9b073146632ca0e509b0f54b3fe9c.tar.gz vhdl2vl-4a6ffd6f8ac9b073146632ca0e509b0f54b3fe9c.zip | |
Renamed .exclude to exclude
| -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 |

