forked from robot-syndicate/scatolo_run
2 changed files with 18 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||
PREFIX=/usr/local |
|||
|
|||
.PHONY: install |
|||
install: |
|||
install -Dm755 scatolo.py $(PREFIX)/bin/scatolo.py |
|||
install -Dm755 pico.sh $(PREFIX)/bin/pico.sh |
|||
|
Loading…
Reference in new issue