X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=9b98e69a236c01ec6de75fbb065f2374b268f89c;hb=fd6dae02a5ee04fbd2ca5196a33c9fba8666b05c;hp=7f7a7c5e77a8a0bc5929f09b9d9fd3c1b6e0e190;hpb=04a122b71021c77a02cc7ea52b825e79766f614f;p=challenge-bot diff --git a/Makefile b/Makefile index 7f7a7c5..9b98e69 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,18 @@ 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 @@ -19,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"