git ssb

0+

cel / gitfeed



Tree: c11155c722b1a469d80bf04f861a06f47d220f6b

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