telodendria/contrib/Makefile

9 lines
290 B
Makefile
Raw Normal View History

all:
sh tools/bin/td
install:
install build/telodendria $(PREFIX)/bin/telodendria
2022-11-20 19:31:04 +00:00
mkdir -p $(PREFIX)/share/examples/telodendria
install contrib/production.conf $(PREFIX)/share/examples/telodendria/telodendria.conf
find man -name 'telodendria*\.[1-8]' -exec install {} $(PREFIX)/{} \;