diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b1b1fe8 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +destdir ?= +prefix ?= /usr/local + +build: + go build -v +clean: + rm -f zs +install: + install -m0755 zs ${destdir}${prefix}/bin/zs + install -m0644 zs.1 ${destdir}${prefix}/share/man/man1/zs.1 +uninstall: + rm -f ${prefix}/bin/zs + rm -f ${prefix}/share/man/man1/zs.1 diff --git a/zs.1 b/zs.1 index 093d8b1..eedf7de 100644 --- a/zs.1 +++ b/zs.1 @@ -43,7 +43,7 @@ The name stands for 'zen static' .Ar ... .Sh AUTHORS .Nm -was made by James Mills +is maintained by James Mills .Aq Lk https://prologic.shortcircuit.net.au/ .Pp This manual page was written by Nova