X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=13b39959ee21cfbc844ea8cbf6c4ce2f9aaa26d2;hb=aa71a1fb0d1cc4cc984c4d7e0a63a6c45d4a76c4;hp=fd0e2fd2a53a87a778de60717e02e1d31eaa753f;hpb=b65413639caf56bb556dbc6e342a94885598dda6;p=challenge-bot diff --git a/Makefile b/Makefile index fd0e2fd..13b3995 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,10 @@ index.html: README.html cp $< $@ 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 \