From a0349696c0bc6d9b6d587b70763eb05244d4e611 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 27 Nov 2015 22:54:13 +0100 Subject: fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3998b25..44bbf74 100644 --- a/Makefile +++ b/Makefile @@ -87,11 +87,11 @@ bin/bfind.%sh-completion: obj/bfind.auto-completion -.PHONY: install-default -install-default: install-core install-info install-man install-shell - .PHONY: install -install: install-core install-doc install-shell +install: install-core install-info install-man install-shell + +.PHONY: install-all +install-all: install-core install-doc install-shell .PHONY: install-core install-core: install-cmd install-license -- cgit v1.2.3-70-g09d2