X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=Makefile;h=6a6f5b39d279271428f591a81a5c442c797f86aa;hp=04bec718cbe0b40f62fd5f3c9e566d5ad153b8fc;hb=28ebab5637f8909d67878f10674f0aed6518f9ea;hpb=d4de6d4cb4c0cc1ddfc984723d251ca3dfc94a1a diff --git a/Makefile b/Makefile index 04bec71..6a6f5b3 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,23 @@ 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 +uuid: + uuid -v4 + index.html: README.html cp $< $@