Add macOS rule to makefile and add information to readme

This commit is contained in:
2020-12-05 00:19:03 -08:00
parent 77b9cb8e76
commit c9a01f0376
2 changed files with 29 additions and 9 deletions

View File

@@ -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