git ssb

0+

cel / gitfeed



Tree: a14c063f83540c0e01a1dc609be8768cca9978f1

Files: a14c063f83540c0e01a1dc609be8768cca9978f1 / 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