X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=9b98e69a236c01ec6de75fbb065f2374b268f89c;hb=133346797dd39ae3da1ae2c35d7c05e4ea5994cb;hp=d1a5785c96e9df8b52e91839d9fde08fe9f78d92;hpb=19595e57a9ad3344980806d4d22e07af516d276d;p=challenge-bot diff --git a/Makefile b/Makefile index d1a5785..9b98e69 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,32 @@ all: ${HTMLS} ${PDFS} echo HTMLS=${HTMLS} echo PDFS=${PDFS} +astyle: + astyle \ + --mode=c \ + --style=lisp \ + --indent=spaces=2 \ + --recursive '*.ino' \ + --pad-oper \ + --add-brackets \ + --convert-tabs \ + --max-code-length=80 \ + --line-end=linux + 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"