doors/Makefile
Workantile b587efd49f Add a Makefile
make install:   Install files
make uninstall: Uninstall files

Signed-off-by: Workantile <maintainers@workantile.com>
2015-04-09 19:34:11 +00:00

8 lines
128 B
Makefile

install:
install -v doors.py /usr/bin/doorsd
install -D -v doorrc /etc/doorrc
uninstall:
rm -v /usr/bin/doorsd /etc/doorrc