git ssb

0+

cel / gitfeed



Tree: 6dac283b22b62961a208ed7983a72faf398f8bc0

Files: 6dac283b22b62961a208ed7983a72faf398f8bc0 / 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