Add more make commands

This commit is contained in:
Annika Backstrom 2017-04-08 01:54:49 +00:00
parent 9041587fe1
commit 39fd4018f6
1 changed files with 6 additions and 1 deletions

View File

@ -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