diff --git a/Makefile b/Makefile index 3214fe8..69ddaa3 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,10 @@ else chmod 4711 /usr/bin/sus endif +uninstall: clean +ifneq ($(shell id -u), 0) + @echo "You must be root to perform this action." +else + rm -f /usr/bin/sus +endif +