summaryrefslogtreecommitdiffhomepage
path: root/git/Makefile
blob: 3b2dbb8fccd0bfabcf5b9476af5ae60d0c474232 (plain)
1
2
3
4
5
6
7
.ONESHELL:

cgit:
	ln -sf `pwd`/cgitrc /etc/cgitrc
daemon:
	sudo systemctl enable git-daemon.service
	sudo systemctl start git-daemon.service