minor makefile modifications

This commit is contained in:
anon 2024-08-16 17:12:55 +02:00
parent d2835e2ead
commit df061c1f36

View File

@ -42,5 +42,16 @@ clean:
test:
${WRAP} ./${OUTPUT}
docs:
kramdown-man documentation/histui.1.md -o ${OBJECT.d}/histui.1
install:
-cp ${OBJECT.d}/histui.1 /usr/local/share/man/man1/
cp ${OUTPUT} ~/bin/
help:
@echo Available targets:
@echo " histui"
@echo " docs"
@echo " install"
@echo " clean"