From b8d89e193c786c6526a2423a4dea86bf827f1dcf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 18 Oct 2015 17:53:01 +0200 Subject: added phony to default Makefile targets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index abc73b2..81c90d8 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: all clean dist dist-gz install test + all: pgfuse # name and version of package -- cgit v1.2.3-54-g00ecf