Fix repos being created with target machine as remote name
[sockgit.git] / Makefile
CommitLineData
3bd921b8
JC
1.PHONY: install uninstall
2install:
3bd921b8
JC
3 cp sockgit-listen* /etc/systemd/system/
4 ln -s $(shell pwd)/sockgit.sh /usr/bin/sockgit
5
6uninstall:
3c7c34ca
JC
7 rm -f /etc/systemd/system/sockgit-listen.socket
8 rm -f /etc/systemd/system/sockgit-listen@.service
3bd921b8 9 rm -f /usr/bin/sockgit