aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-06 13:59:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-06 13:59:00 -0300
commit4a043d10a1510a1692b4b9f8e6a31d290021cc31 (patch)
treeea0c8f9da67146d38c032e5d8c1ad73830c202f1 /Makefile
parent42f0ca140ebf0040fea68763f2f1c60dc1861367 (diff)
downloadpuppet-bootstrap-4a043d10a1510a1692b4b9f8e6a31d290021cc31.tar.gz
puppet-bootstrap-4a043d10a1510a1692b4b9f8e6a31d290021cc31.tar.bz2
Remove 'clean' from 'all' target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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