From e5634a890795a06ae1f6ea0fd2c99290f6b11087 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 28 May 2013 07:27:43 +0000 Subject: [PATCH] Add .PHONY alias to Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4571e0f..30c89d7 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY=all +all: uninstall install test ctags: ctags -R *.py