add makefile
This commit is contained in:
parent
673c51cea3
commit
1ca84ad9d8
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
PREFIX=/usr/local
|
||||||
|
|
||||||
|
default:
|
||||||
|
|
||||||
|
install:
|
||||||
|
install -o root -g root -m 0755 virssh $(DESTDIR)$(PREFIX)/bin/virssh
|
Loading…
Add table
Add a link
Reference in a new issue