update makefile
All checks were successful
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been skipped

This commit is contained in:
hoangvv 2025-02-21 12:18:53 +07:00
parent c829f99820
commit e9d48920a0
2 changed files with 4 additions and 1 deletions

View File

@ -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