update makefile
This commit is contained in:
parent
c829f99820
commit
e9d48920a0
3
Makefile
3
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)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 69934a788b3ce3f4933ea3c4f1aadf1716fd44ba
|
||||
Subproject commit 5adf6f68f03acfc1a6bc9ed245012302be677f50
|
Loading…
Reference in New Issue
Block a user