This repository has been archived on 2021-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
opensend/Makefile

10 lines
291 B
Makefile

GOBUILD ?= go build
all: main.go logging.go keyExchange.go keyCrypto.go files.go fileCrypto.go deviceDiscovery.go config.go
$(GOBUILD)
install: opensend
install -Dm755 opensend $(DESTDIR)/usr/bin/opensend
install-macos: opensend
install -m755 opensend $(DESTDIR)/usr/local/bin/opensend