From: Silvio Rhatto Date: Wed, 19 Feb 2014 22:09:16 +0000 (-0300) Subject: Makefile: force modules removal X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80ced85dcca37e724e6ebb508f343a8f7d6b24a7;p=puppet-bootstrap.git Makefile: force modules removal --- 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