From b65413639caf56bb556dbc6e342a94885598dda6 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 6 Dec 2013 22:34:18 -0800 Subject: [PATCH] make initial setup easier on ubuntu --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 $< $@ -- 2.30.2