aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ed296e9..1152468 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -51,12 +51,13 @@ all: $(COMPONENTS)
$(foreach component, $(COMPONENTS), $(eval $(call BUILD_RULE,$(component))))
-pre-build: eth-dep
+pre-build: dep
-pre-submit: eth-dep check-format lint test vet
+pre-submit: dep check-format lint test vet
-eth-dep:
+dep:
@bin/install_eth_dep.sh
+ @bin/install_dkg_dep.sh
format:
@go fmt `go list ./... | grep -v 'vendor'`