Skip to content

Commit

Permalink
Set upload email in makefile (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-pi authored Sep 24, 2024
1 parent 3c98ddd commit 473d854
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
LIBDIR := lib
include $(LIBDIR)/main.mk

export UPLOAD_EMAIL ?= [email protected]

$(LIBDIR)/main.mk:
ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
git submodule sync
Expand Down

0 comments on commit 473d854

Please sign in to comment.