10 lines
159 B
Makefile
10 lines
159 B
Makefile
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
|