diff options
author | c+1 | 2023-11-17 10:59:06 -0500 |
---|---|---|
committer | c+1 | 2023-11-17 10:59:06 -0500 |
commit | 7be0923d486cd6ed2e304d3673146563ad677ea7 (patch) | |
tree | 793ec2091f778e214f947854d4240af6f13db298 /Makefile | |
parent | cd294fb6188ee26caac8c78353f34e757dfd3b10 (diff) |
Minor tweaks to cli
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,6 +47,6 @@ me a: @exit sandwich: - @[ $(id -u) -eq 0 ] && echo "Okay." || echo "What? Make(1) it yourself." + @[ "${USER}" = "root" ] && echo "Okay." || echo "What? Make(1) it yourself." .PHONY: all reg_options dbg_options dbg install uninstall clean |