From 39fd4018f6226e65605cd227da78a4d90b883861 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sat, 8 Apr 2017 01:54:49 +0000 Subject: [PATCH] Add more make commands --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7da6ab..c9c2a91 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,9 @@ -all: lib/bin/python +all: /usr/bin/mpg321 lib/bin/python + amixer -q sset Master 95% + sudo npm start + +/usr/bin/mpg321: + sudo apt-get install mpg321 lib/bin/python: virtualenv lib