Skip to content
Snippets Groups Projects
Commit 7aabe4db authored by David Trattnig's avatar David Trattnig
Browse files

chore: init UID:GID in base Makefile

parent e64396ce
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
.DEFAULT_GOAL := help .DEFAULT_GOAL := help
APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile)))) APP_NAME := $(shell basename $(dir $(abspath $(dir $$PWD/Makefile))))
\ No newline at end of file
UID = $(shell id -u)
GID = $(shell id -g)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment