diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |