aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-19 19:09:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-19 19:09:16 -0300
commit80ced85dcca37e724e6ebb508f343a8f7d6b24a7 (patch)
tree52027d0e666f97d44155525a605fd8e9567a2e49 /Makefile
parent7e69d535c421baf588538f346cab2d4831342c97 (diff)
downloadpuppet-bootstrap-80ced85dcca37e724e6ebb508f343a8f7d6b24a7.tar.gz
puppet-bootstrap-80ced85dcca37e724e6ebb508f343a8f7d6b24a7.tar.bz2
Makefile: force modules removal
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efef79e..c750268 100644
--- a/Makefile
+++ b/Makefile
@@ -25,5 +25,5 @@ remote:
git remote add bootstrap $(REPO)
clean:
- rm -r modules
+ rm -rf modules
git checkout modules