This commit is contained in:
ge
2022-07-20 23:10:55 +03:00
commit c67a0e78eb
6 changed files with 134 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
PREFIX := "$$HOME/.local"
all:
nimble build
rst2man src/hr.1.rst | gzip -9 -c > hr.1.gz
install:
install -D hr $(PREFIX)/bin/hr
install -D hr.1.gz $(PREFIX)/share/man/man1/hr.1.gz