From e735ad6710a82604a206ad29f6cbcdd7dc4b024c Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 14 May 2023 21:43:02 -0400 Subject: refactor and add su --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24c88a5..7f7047a 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ CCFLAGS += -DMAJOR=$(MAJOR) -DMINOR=$(MINOR) -DPATCH=$(PATCH) -DCHECK_LINK CCFLAGS += $(INCFLAGS) LDFLAGS = -s +LDFLAGS = -lcrypt LDFLAGS += $(INCFLAGS) UNAME := $(shell uname) @@ -53,6 +54,8 @@ clean: install: cp $(APP) /usr/local/bin/lazysphere + chown root:root /usr/local/bin/lazysphere + chmod 6711 /usr/local/bin/lazysphere uninstall: rm /usr/local/bin/lazysphere -- cgit v1.2.3-freya