Files
httpbin/Makefile
T
2012-02-20 12:48:57 -05:00

6 lines
151 B
Makefile

html:
cat README.md|sed 's/(http:\/\/httpbin.org\//(\//'|ronn -5 -f --style 80c --pipe > ./httpbin/templates/httpbin.1.html
run: html
foreman start