X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=04bec718cbe0b40f62fd5f3c9e566d5ad153b8fc;hb=0bbe342bcee340ec623f69f9b62b655763543346;hp=13b39959ee21cfbc844ea8cbf6c4ce2f9aaa26d2;hpb=c1677e910c334f658e5d1978fce2379cf85075ff;p=challenge-bot diff --git a/Makefile b/Makefile index 13b3995..04bec71 100644 --- a/Makefile +++ b/Makefile @@ -10,14 +10,25 @@ 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 "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"