From 584ddf9044e839a414bb327810f34e56fd38da94 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Fri, 15 Nov 2013 00:43:38 +0000 Subject: [PATCH] Make targets in the Makefile part of PHONY. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d9bc81d9f..5e9b0521f 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ PLUGINHOOK_URL ?= https://s3.amazonaws.com/progrium-pluginhook/pluginhook_0.1.0_ STACK_URL ?= github.com/progrium/buildstep PREBUILT_STACK_URL ?= https://s3.amazonaws.com/progrium-dokku/progrium_buildstep_c30652f59a.tgz +.PHONY: all install copyfiles plugins dependencies sshcommand pluginhook docker aufs stack count + all: # Type "make install" to install.