Aggiunta Makefile #1

Merged
giodim merged 1 commits from subnixr/scatolo_run:master into master 2017-07-17 12:22:09 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -3,18 +3,18 @@
## Installazione
```
# make install
make install
```
È possibile modificare il path di installazione (`/usr/local/` by default):
```
# make install PREFIX=~/.local
make install PREFIX=~/.local
```
## Esecuzione all'avvio (bash)
```
$ echo "/usr/local/bin/scatolo.py" >> ./bashrc
echo "/usr/local/bin/scatolo.py" >> ./bashrc
```