git ssb

0+

cel / gitfeed



Tree: f18508c0388977052bd82fb3630c9990d2f81082

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