X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=9b98e69a236c01ec6de75fbb065f2374b268f89c;hb=c0c477d7d273677f0a6ab87f5c21bf818b002773;hp=0b4aed5f814d91da55b77b5da3393e5bb376d07a;hpb=c1ed0e61e948471452f73610f58c59730c8fe6ee;p=challenge-bot diff --git a/Makefile b/Makefile index 0b4aed5..9b98e69 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,16 @@ all: ${HTMLS} ${PDFS} echo PDFS=${PDFS} astyle: - astyle --mode=c --style=lisp --indent=spaces=2 --recursive '*.ino' + 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 @@ -22,11 +31,13 @@ index.html: README.html qr-sticker-paper.pdf: qr qr-sticker-paper.tex pdflatex qr-sticker-paper.tex -qr: qr.png +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 "goo.gl/JfVqUJ" + qrencode -l L -v 1 -o qr.png "xib.me/rmmt" qrcode-large: qrencode -l L -v 1 -o qr-large.png "https://gitorious.org/ozzloy/challenge-bot"