handle offline status correctly and other changes

This commit is contained in:
Lobo 2025-10-29 12:50:59 -03:00
parent dcc018efec
commit 6c66b32396
7 changed files with 93 additions and 81 deletions

9
makefile Normal file
View 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