X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=fd0e2fd2a53a87a778de60717e02e1d31eaa753f;hb=6b308c7a5da738a69499ef83db0152b76f191b38;hp=56deb650c3178efa91e779476197ff3153fa09b5;hpb=3f827760e8f5a7f73c93ddffd7b5fe194f404203;p=challenge-bot diff --git a/Makefile b/Makefile index 56deb65..fd0e2fd 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,18 @@ all: ${HTMLS} ${PDFS} echo HTMLS=${HTMLS} echo PDFS=${PDFS} +initial-ubuntu-install: + sudo apt-get install -y qrencode fritzing openscad + 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