From 421b8d0b77b7d6266ad76519bd819df80098c7bc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 11 Oct 2014 22:22:22 +0200 Subject: add autocompletion 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(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee07b5f..cec5b84 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,10 @@ PKGNAME = auto-auto-complete # Build rules .PHONY: default -default: command info # shell +default: command info shell .PHONY: all -all: command doc # shell +all: command doc shell # Build rules for the command @@ -109,10 +109,10 @@ bin/auto-auto-complete.fish: src/completion bin/auto-auto-complete # Install rules .PHONY: install -install: install-base install-examples install-info # install-shell +install: install-base install-examples install-info install-shell .PHONY: install -install-all: install-base install-doc # install-shell +install-all: install-base install-doc install-shell # Install base rules -- cgit v1.2.3-70-g09d2