Checkpoint / the simplest test looks to be working now (~/.vimrc)
[vagrant-dotfiles.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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)