handle offline status correctly and other changes
This commit is contained in:
parent
dcc018efec
commit
6c66b32396
7 changed files with 93 additions and 81 deletions
9
makefile
Normal file
9
makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.PHONY: build install
|
||||
PREFIX=$(HOME)/.local
|
||||
|
||||
build:
|
||||
go build .
|
||||
|
||||
install: build
|
||||
install -Dd $(PREFIX)/bin
|
||||
install nanite $(PREFIX)/bin/nanite
|
||||
Loading…
Add table
Add a link
Reference in a new issue