summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorReFil <31960031+ReFil@users.noreply.github.com>2024-01-16 16:43:55 +0000
committerGitHub <noreply@github.com>2024-01-16 16:43:55 +0000
commit0737d53e019903fd986df25d1ee3384f16ad7639 (patch)
treee8e0f063ef3b0c3c40f6aeb6b9ff39c25a81f744 /Makefile
parent4a5003a0d4e6c1cf26512d79d4358455bccb00a8 (diff)
Update Makefile variables (#335)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e5231eb..39d09d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-DOCKER := $(shell { command -v podman || command -v docker; })
-TIMESTAMP := $(shell date -u +"%Y%m%d%H%M")
-COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null)
-detected_OS := $(shell uname) # Classify UNIX OS
+DOCKER := "$(shell { command -v podman || command -v docker; })"
+TIMESTAMP := "$(shell date -u +"%Y%m%d%H%M")"
+COMMIT := "$(shell git rev-parse --short HEAD 2>/dev/null)"
+detected_OS := "$(shell uname)" # Classify UNIX OS
ifeq ($(strip $(detected_OS)),Darwin) #We only care if it's OS X
SELINUX1 :=
SELINUX2 :=