add motor controller to bill of materials
[challenge-bot] / Makefile
index 56deb650c3178efa91e779476197ff3153fa09b5..7f7a7c5e77a8a0bc5929f09b9d9fd3c1b6e0e190 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,24 @@ 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 $< $@
 
+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 "goo.gl/JfVqUJ"
+
+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 \
        3d-printables/*.x3g 3d-printables/*.stl