git ssb

0+

cel / gitfeed



Tree: f0c709532d3d86f2e3360b5d43577c65562665f9

Files: f0c709532d3d86f2e3360b5d43577c65562665f9 / Makefile

106 bytesRaw
1SITE_URL ?= http://localhost/
2
3feed.xml: feed.sh xml.awk .git/logs/HEAD
4 SITE_URL="$(SITE_URL)" ./$< > $@
5

Built with git-ssb-web