X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=04bec718cbe0b40f62fd5f3c9e566d5ad153b8fc;hb=d4de6d4cb4c0cc1ddfc984723d251ca3dfc94a1a;hp=d1a5785c96e9df8b52e91839d9fde08fe9f78d92;hpb=19595e57a9ad3344980806d4d22e07af516d276d;p=challenge-bot diff --git a/Makefile b/Makefile index d1a5785..04bec71 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,23 @@ all: ${HTMLS} ${PDFS} echo HTMLS=${HTMLS} echo PDFS=${PDFS} +astyle: + astyle --mode=c --style=lisp --indent=spaces=2 --recursive '*.ino' + 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.png: qr + +qr: + qrencode -s 6 -l L -v 1 -o qr.png "xib.me/rmmt" + qrcode: qrencode -l L -v 1 -o qr.png "xib.me/rmmt"