diff --git a/src/Makefile b/src/Makefile index ff0644e..1e761e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -64,10 +64,12 @@ clean: .PHONY: install install: static install -m 0755 ../hackerbase /usr/local/bin/ + install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio .PHONY: install-dev install-dev: static 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