From ae2c3badbe1d66ec1be7ec69f8f4ab14c689ba5d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 Jun 2016 11:59:21 +1200 Subject: Add missing spaces before colons in targets --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d703e931..039ff754 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all \ +.PHONY : all \ clean \ distclean \ gnupg \ @@ -105,7 +105,7 @@ install-bin : test-bin install-bin-man install -m 0755 -d -- "$(HOME)"/.local/bin install -m 0755 -- bin/* "$(HOME)"/.local/bin -install-bin-man: +install-bin-man : install -m 0755 -d -- \ "$(HOME)"/.local/share/man/man1 \ "$(HOME)"/.local/share/man/man8 @@ -135,7 +135,7 @@ install-games : test-games install-games-man install -m 0755 -d -- "$(HOME)"/.local/games install -m 0755 -- games/* "$(HOME)"/.local/games -install-games-man: +install-games-man : install -m 0755 -d -- "$(HOME)"/.local/share/man/man6 install -pm 0644 -- man/man6/*.6 "$(HOME)"/.local/share/man/man6 @@ -189,10 +189,10 @@ install-newsbeuter : install-mysql : install -pm 0644 -- mysql/my.cnf "$(HOME)"/.my.cnf -install-perlcritic: +install-perlcritic : install -pm 0644 -- perlcritic/perlcriticrc "$(HOME)"/.perlcriticrc -install-perltidy: +install-perltidy : install -pm 0644 -- perltidy/perltidyrc "$(HOME)"/.perltidyrc install-psql : @@ -318,7 +318,7 @@ test-games : done @printf 'All shell scripts in games parsed successfully.\n' -test-urxvt: +test-urxvt : @for perl in urxvt/ext/* ; do \ perl -c "$$perl" >/dev/null || exit 1 ; \ done @@ -348,5 +348,5 @@ lint-games : fi ; \ done -lint-urxvt: +lint-urxvt : find urxvt/ext -type f -print -exec perlcritic --brutal -- {} \; -- cgit v1.2.3