X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=0b4aed5f814d91da55b77b5da3393e5bb376d07a;hb=c1ed0e61e948471452f73610f58c59730c8fe6ee;hp=d1a5785c96e9df8b52e91839d9fde08fe9f78d92;hpb=19595e57a9ad3344980806d4d22e07af516d276d;p=challenge-bot diff --git a/Makefile b/Makefile index d1a5785..0b4aed5 100644 --- a/Makefile +++ b/Makefile @@ -10,14 +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: qr.png + 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" + 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"