aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-27 17:54:27 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-27 17:54:27 +0100
commite7f9f16868012dc38a608e7cb6faf4bd9a2b9ff7 (patch)
treeb12f2f5702296c54e5b018f59ce309352098df0b
parent2b04d9212d040fe3b906f226671e859f95cf49ae (diff)
downloadghdl-yosys-plugin-e7f9f16868012dc38a608e7cb6faf4bd9a2b9ff7.tar.gz
ghdl-yosys-plugin-e7f9f16868012dc38a608e7cb6faf4bd9a2b9ff7.tar.bz2
ghdl-yosys-plugin-e7f9f16868012dc38a608e7cb6faf4bd9a2b9ff7.zip
Makefile: add dependencies
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 589a5b0..c2d9d25 100644
--- a/Makefile
+++ b/Makefile
@@ -32,4 +32,6 @@ install: ghdl.$(SOEXT)
$(YOSYS_CONFIG) --exec mkdir -p --datdir/plugins
$(YOSYS_CONFIG) --exec cp $< --datdir/plugins
+-include src/ghdl.d
+
force: