From: daniel watson Date: Sat, 7 Dec 2013 06:34:18 +0000 (-0800) Subject: make initial setup easier on ubuntu X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=b65413639caf56bb556dbc6e342a94885598dda6 make initial setup easier on ubuntu --- diff --git a/Makefile b/Makefile index e32bfdb..fd0e2fd 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ 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 $< $@