4 lines
69 B
Makefile
4 lines
69 B
Makefile
install:
|
|
mkdir -p $(PREFIX)/bin
|
|
cp shelltube lib/* $(PREFIX)/bin/
|