git ssb

0+

cel / gitfeed



Tree: a979b4bd9ced3058c1add1818513541e6955cc66

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