Add a Makefile

make install:   Install files
make uninstall: Uninstall files

Signed-off-by: Workantile <maintainers@workantile.com>
This commit is contained in:
Workantile 2015-04-09 19:33:10 +00:00
parent 771c7517a9
commit b587efd49f
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
install:
install -v doors.py /usr/bin/doorsd
install -D -v doorrc /etc/doorrc
uninstall:
rm -v /usr/bin/doorsd /etc/doorrc