aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-27 22:54:13 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-27 22:54:13 +0100
commita0349696c0bc6d9b6d587b70763eb05244d4e611 (patch)
treed08b5b04ac8db91bcb806c80b1c5f4a29ec7fc14
parentm (diff)
downloadbfind-a0349696c0bc6d9b6d587b70763eb05244d4e611.tar.gz
bfind-a0349696c0bc6d9b6d587b70763eb05244d4e611.tar.bz2
bfind-a0349696c0bc6d9b6d587b70763eb05244d4e611.tar.xz
fix makefile2.1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile8
1 files 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