diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 13:59:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 13:59:00 -0300 |
commit | 4a043d10a1510a1692b4b9f8e6a31d290021cc31 (patch) | |
tree | ea0c8f9da67146d38c032e5d8c1ad73830c202f1 /Makefile | |
parent | 42f0ca140ebf0040fea68763f2f1c60dc1861367 (diff) | |
download | puppet-bootstrap-4a043d10a1510a1692b4b9f8e6a31d290021cc31.tar.gz puppet-bootstrap-4a043d10a1510a1692b4b9f8e6a31d290021cc31.tar.bz2 |
Remove 'clean' from 'all' target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |