Fix repos being created with target machine as remote name
[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