4 lines
75 B
Makefile
4 lines
75 B
Makefile
PREFIX=/usr/local
|
|
install:
|
|
install -m 0755 shelltube lib/* $(PREFIX)/bin/
|