summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a32743ca6..0bd8c090e 100644
--- a/Makefile
+++ b/Makefile
@@ -271,6 +271,10 @@ gofmt:
done
@echo "gofmt success"; \
+store-mocks:
+ go get github.com/vektra/mockery/...
+ mockery -dir store -all -output store/storetest/mocks -note 'Regenerate this file using `make store-mocks`.'
+
check-licenses:
./scripts/license-check.sh $(TE_PACKAGES) $(EE_PACKAGES)