Add makefile and improve error message for no args
This commit is contained in:
parent
3e8b84b959
commit
7f3a95855c
7
Makefile
Normal file
7
Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user