X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=d1a5785c96e9df8b52e91839d9fde08fe9f78d92;hb=1ddff3ef48129984f3dfa023caf8392ddc4dab5c;hp=e32bfdb04f99bb525088cf2376bf1685b000e0e6;hpb=d17307a844c68e3b54b651abad5cd26ab81e3cd0;p=challenge-bot diff --git a/Makefile b/Makefile index e32bfdb..d1a5785 100644 --- a/Makefile +++ b/Makefile @@ -10,14 +10,17 @@ 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 "http://tr.im/4lmn8" + qrencode -l L -v 1 -o qr.png "xib.me/rmmt" -qrcode-long: - qrencode -l L -v 1 -o qr.png "https://gitorious.org/ozzloy/challenge-bot" +qrcode-large: + qrencode -l L -v 1 -o qr-large.png "https://gitorious.org/ozzloy/challenge-bot" clean: rm -f ${HTMLS} ${PDFS} 3d-printables/*.gcode \