aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorc2024-01-06 22:16:06 -0500
committerc2024-01-06 22:16:06 -0500
commitd3ed2864afd3d470a39c7ef2ec1a53deaae18d14 (patch)
tree9bfedf02a653d2dac9b90cc102bf505cfc49ac2d /Makefile
parentc71b98b5b4d14cf30602064d7041828ba8244372 (diff)
Tests worked out.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4a0a22..03203b4 100644
--- a/Makefile
+++ b/Makefile
@@ -58,5 +58,6 @@ clean:
me a:
@exit
+
sandwich:
- @[ "$(USER)" = "root" ] && echo "Okay." || echo "What? Make it yourself."
+ @[ "$(shell id -u)" = 0 ] && echo "Okay." || echo "What? Make it yourself."