Installation of fetch_fio (-dev).
This commit is contained in:
parent
b40c6961e1
commit
d9fbe00579
1 changed files with 2 additions and 0 deletions
|
@ -64,10 +64,12 @@ clean:
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: static
|
install: static
|
||||||
install -m 0755 ../hackerbase /usr/local/bin/
|
install -m 0755 ../hackerbase /usr/local/bin/
|
||||||
|
install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio
|
||||||
|
|
||||||
.PHONY: install-dev
|
.PHONY: install-dev
|
||||||
install-dev: static
|
install-dev: static
|
||||||
install -m 0755 ../hackerbase /usr/local/bin/hackerbase-dev
|
install -m 0755 ../hackerbase /usr/local/bin/hackerbase-dev
|
||||||
|
install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio-dev
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Module static and shared object and import source compilation
|
# Module static and shared object and import source compilation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue