Merge pull request #108 from efabless/jeffdi-patch-1
fix tag for precheck
diff --git a/Makefile b/Makefile
index c7e95e5..5465552 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@
# Default installs to the user home directory, override by "export PRECHECK_ROOT=<precheck-installation-path>"
.PHONY: precheck
precheck:
- @git clone --depth=1 --branch mpw-5a https://github.com/efabless/mpw_precheck.git $(PRECHECK_ROOT)
+ @git clone --depth=1 --branch $(MPW_TAG) https://github.com/efabless/mpw_precheck.git $(PRECHECK_ROOT)
@docker pull efabless/mpw_precheck:latest
.PHONY: run-precheck