forked from Telodendria/Telodendria
7 lines
246 B
Text
7 lines
246 B
Text
all:
|
|
sh tools/bin/td
|
|
|
|
install:
|
|
install build/telodendria $(PREFIX)/bin/telodendria
|
|
install -D contrib/production.conf $(PREFIX)/share/examples/telodendria/telodendria.conf
|
|
find man -name 'telodendria*\.[1-8]' -exec install {} $(PREFIX)/{} \;
|