6bea3fa3d6a537c44f73f0c93d77ea9447f2e7c8
[sockgit.git] / Makefile
1 .PHONY: install uninstall
2 install:
3 cp sockgit-listen* /etc/systemd/system/
4 ln -s $(shell pwd)/sockgit.sh /usr/bin/sockgit
5
6 uninstall:
7 rm -f /etc/systemd/system/sockgit-listen.socket
8 rm -f /etc/systemd/system/sockgit-listen@.service
9 rm -f /usr/bin/sockgit