From 8ecd0a502d50f6c1660d084aee85a8c27037bf7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Fri, 26 May 2023 15:01:43 +0200 Subject: [PATCH] Install for production target. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 65685a8..c335b55 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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