diff --git a/Makefile b/Makefile deleted file mode 100644 index 4e733795..00000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# -# Makefile for building Esmond with Vagrant -# - -default: - @echo Nothing to do here. - - -build: - vagrant destroy -f - vagrant up -TO_CLEAN += esmond-*.rpm - - -clean: - vagrant destroy -f - rm -rf $(TO_CLEAN) *~