From 64c08187b4a894a9b4a7b49e388b598e517014ee Mon Sep 17 00:00:00 2001 From: daniel watson Date: Mon, 9 Dec 2013 15:19:53 -0800 Subject: [PATCH] rename qrcode-long to qrcode-large --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd0e2fd..7b0905d 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ index.html: README.html qrcode: qrencode -l L -v 1 -o qr.png "http://tr.im/4lmn8" -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 \ -- 2.30.2