Install for production target.
This commit is contained in:
parent
d4e95b4cb3
commit
8ecd0a502d
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ install: static
|
|||
install -m 0755 -d /usr/local/bin
|
||||
install -m 0755 ../hackerbase /usr/local/bin/
|
||||
install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio
|
||||
install -m 0755 -d /usr/local/man/man1
|
||||
install -m 0755 ../doc/hackerbase.1 /usr/local/man/man1/hackerbase.1
|
||||
|
||||
.PHONY: install-dev
|
||||
install-dev: static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue