We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d6943 commit 953bc9cCopy full SHA for 953bc9c
Makefile
@@ -1,3 +1,7 @@
1
+# Export variables
2
+export UID := $(shell id -u)
3
+export GID := $(shell id -g)
4
+
5
# Add a help target to a Makefile that will allow all targets to be self documenting
6
# https://gist.github.com/prwhite/8168133
7
all:
0 commit comments