From: daniel watson Date: Sat, 7 Dec 2013 06:31:57 +0000 (-0800) Subject: make qrcodes X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=d17307a844c68e3b54b651abad5cd26ab81e3cd0 make qrcodes --- diff --git a/Makefile b/Makefile index 56deb65..e32bfdb 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,12 @@ all: ${HTMLS} ${PDFS} index.html: README.html cp $< $@ +qrcode: + qrencode -l L -v 1 -o qr.png "http://tr.im/4lmn8" + +qrcode-long: + qrencode -l L -v 1 -o qr.png "https://gitorious.org/ozzloy/challenge-bot" + clean: rm -f ${HTMLS} ${PDFS} 3d-printables/*.gcode \ 3d-printables/*.x3g 3d-printables/*.stl