Add macOS rule to makefile and add information to readme
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,4 +4,7 @@ all: main.go logging.go keyExchange.go keyCrypto.go files.go fileCrypto.go devic
|
||||
$(GOBUILD)
|
||||
|
||||
install: opensend
|
||||
install -Dm755 opensend $(DESTDIR)/usr/bin/opensend
|
||||
install -Dm755 opensend $(DESTDIR)/usr/bin/opensend
|
||||
|
||||
install-macos: opensend
|
||||
install -m755 opensend $(DESTDIR)/usr/local/bin/opensend
|
||||
Reference in New Issue
Block a user