X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=edd221104a43d7d8fa0a26ada80e0555e8ba1aec;hp=0000000000000000000000000000000000000000;hb=e83a68ac49cf7bf169e58b5706605b072b4966a3;hpb=fa35bc36a5430811c454bc6f93aca0f6bdf20348 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..edd2211 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +build: + vagrant destroy -f + rm -rf .vagrant/plugins* + rm -rf *.gem + gem build vagrant-dotfiles.gemspec + vagrant plugin install --local ./vagrant-dotfiles-1.0.0.gem + (vagrant up --debug 2>&1 | tee vagrant-up.txt)