diff --git a/Makefile b/Makefile index de46d56..f6e5d23 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ LIBDIR := lib include $(LIBDIR)/main.mk +export UPLOAD_EMAIL ?= bcampbell@pingidentity.com + $(LIBDIR)/main.mk: ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null)) git submodule sync