projects-dir.mk: Add -include local.mk

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-04-20 20:02:47 +00:00
commit b811fb7940

View file

@ -12,6 +12,8 @@
# ------------ Makefile and environment variables
-include local.mk
ifneq ($(PROJECTS),)
export PGIT_CLONE_PROJECTS = $(PROJECTS)
endif