From 4a043d10a1510a1692b4b9f8e6a31d290021cc31 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Mar 2014 13:59:00 -0300 Subject: Remove 'clean' from 'all' target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f3ed336..069211f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CWD = $(shell pwd) REPO = git://git.sarava.org/puppet-bootstrap.git PUPPET = FACTER_BOOTSTRAP_PATH="$(CWD)" puppet apply --confdir="$(CWD)" --modulepath=modules -all: deps clean remote modules config +all: deps remote modules config deps: bin/dependencies -- cgit v1.2.3