Initial commit
[sockgit.git] / Makefile
1 .PHONY: install uninstall
2 install:
3 mkdir -p /usr/share/sockgit/templates && cp -r templates/*
4 cp sockgit-listen* /etc/systemd/system/
5 ln -s $(shell pwd)/sockgit.sh /usr/bin/sockgit
6
7 uninstall:
8 rm -f /etc/systemd/system/sockgit-listen*
9 rm -rf /usr/share/sockgit
10 rm -f /usr/bin/sockgit