From: daniel watson Date: Tue, 29 Apr 2014 22:10:07 +0000 (-0700) Subject: make sticker paper of qr codes X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=3e1c28fcaee2b1916c6608ce80ce7564814972b6 make sticker paper of qr codes --- diff --git a/Makefile b/Makefile index 13b3995..7f7a7c5 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,12 @@ 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 "goo.gl/JfVqUJ"