X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=Makefile;h=7f7a7c5e77a8a0bc5929f09b9d9fd3c1b6e0e190;hp=fd0e2fd2a53a87a778de60717e02e1d31eaa753f;hb=refs%2Fheads%2Fsolid-wheel;hpb=b65413639caf56bb556dbc6e342a94885598dda6 diff --git a/Makefile b/Makefile index fd0e2fd..7f7a7c5 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,17 @@ initial-ubuntu-install: index.html: README.html cp $< $@ +qr-sticker-paper.pdf: qr qr-sticker-paper.tex + pdflatex qr-sticker-paper.tex + +qr: qr.png + qrencode -s 6 -l L -v 1 -o qr.png "xib.me/rmmt" + qrcode: - qrencode -l L -v 1 -o qr.png "http://tr.im/4lmn8" + qrencode -l L -v 1 -o qr.png "goo.gl/JfVqUJ" -qrcode-long: - qrencode -l L -v 1 -o qr.png "https://gitorious.org/ozzloy/challenge-bot" +qrcode-large: + qrencode -l L -v 1 -o qr-large.png "https://gitorious.org/ozzloy/challenge-bot" clean: rm -f ${HTMLS} ${PDFS} 3d-printables/*.gcode \