Installation of fetch_fio (-dev).

This commit is contained in:
Dominik Pantůček 2023-04-16 16:19:07 +02:00
parent b40c6961e1
commit d9fbe00579

View file

@ -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