X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=13b39959ee21cfbc844ea8cbf6c4ce2f9aaa26d2;hb=7aef8881fcce6d931860397fdf27cc49edecc6e0;hp=48ef3d4a1bf682944f79b3297afc87aa5068108f;hpb=a941f5d5a1c4f9686d330bcd44e197031bc56e9a;p=challenge-bot diff --git a/Makefile b/Makefile index 48ef3d4..13b3995 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,21 @@ all: ${HTMLS} ${PDFS} echo HTMLS=${HTMLS} echo PDFS=${PDFS} +initial-ubuntu-install: + sudo apt-get install -y qrencode fritzing openscad + index.html: README.html cp $< $@ +qrcode: + qrencode -l L -v 1 -o qr.png "goo.gl/JfVqUJ" + +qrcode-large: + qrencode -l L -v 1 -o qr-large.png "https://gitorious.org/ozzloy/challenge-bot" + clean: - rm -f ${HTMLS} ${PDFS} *.gcode *.x3g *.stl + rm -f ${HTMLS} ${PDFS} 3d-printables/*.gcode \ + 3d-printables/*.x3g 3d-printables/*.stl %.html: %.md markdown $< > $@