make initial setup easier on ubuntu
[challenge-bot] / 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 $< $@