X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=Makefile;h=7f7a7c5e77a8a0bc5929f09b9d9fd3c1b6e0e190;hp=7b0905d6081628cf8458d403d19438d765279331;hb=refs%2Fheads%2Fsolid-wheel;hpb=64c08187b4a894a9b4a7b49e388b598e517014ee diff --git a/Makefile b/Makefile index 7b0905d..7f7a7c5 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,14 @@ initial-ubuntu-install: index.html: README.html cp $< $@ +qr-sticker-paper.pdf: qr qr-sticker-paper.tex + pdflatex qr-sticker-paper.tex + +qr: qr.png + qrencode -s 6 -l L -v 1 -o qr.png "xib.me/rmmt" + qrcode: - qrencode -l L -v 1 -o qr.png "http://tr.im/4lmn8" + 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"