make initial setup easier on ubuntu
authordaniel watson <ozzloy@gmail.com>
Sat, 7 Dec 2013 06:34:18 +0000 (22:34 -0800)
committerdaniel watson <ozzloy@gmail.com>
Sat, 7 Dec 2013 06:34:18 +0000 (22:34 -0800)
Makefile

index e32bfdb04f99bb525088cf2376bf1685b000e0e6..fd0e2fd2a53a87a778de60717e02e1d31eaa753f 100644 (file)
--- 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 $< $@