X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=Makefile;h=e32bfdb04f99bb525088cf2376bf1685b000e0e6;hp=56deb650c3178efa91e779476197ff3153fa09b5;hb=d17307a844c68e3b54b651abad5cd26ab81e3cd0;hpb=46516c111cd3c81438af5974eda2d306f4656a58 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