diff --git a/Makefile b/Makefile index bc06867b5..edc93fe72 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ ifneq ("$(wildcard .env)", "") include .env endif +ifneq ("$(wildcard automation/automation.mk)", "") + include automation/automation.mk +endif .SHELLFLAGS += ${SHELLFLAGS} -e PWD = $(shell pwd) UID = $(shell id -u) diff --git a/automation b/automation index 69934a788..5adf6f68f 160000 --- a/automation +++ b/automation @@ -1 +1 @@ -Subproject commit 69934a788b3ce3f4933ea3c4f1aadf1716fd44ba +Subproject commit 5adf6f68f03acfc1a6bc9ed245012302be677f50