diff --git a/build/base.Makefile b/build/base.Makefile index 9968cbe47e335a4e3fb0803dad2b50cc66f5cc2e..1ea86d5e605a0e84d088937d14fae10ff5e19e85 100644 --- a/build/base.Makefile +++ b/build/base.Makefile @@ -3,4 +3,7 @@ .DEFAULT_GOAL := help -APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile)))) \ No newline at end of file +APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile)))) + +UID = $(shell id -u) +GID = $(shell id -g) \ No newline at end of file