From 8fcdd79660435db5428c9d14e18b917f14bbca25 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 8 Jul 2015 09:25:41 +0300 Subject: Remove Vagrant-related stuff from the Makefile --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6de5a0b0..66a0c6bb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ EMACS ?= emacs EMACSFLAGS = -L . CASK = cask -VAGRANT = vagrant VERSION = $(shell git describe --tags --abbrev=0 | sed 's/^v//') PACKAGE_NAME = cider-$(VERSION) @@ -31,11 +30,6 @@ test : build $(EMACSFLAGS) \ -l test/run-tests -.PHONY: virtual-test -virtual-test : - $(VAGRANT) up - $(VAGRANT) ssh -c "make -C /vagrant EMACS=$(EMACS) clean test" - .PHONY: clean clean : rm -f .depend $(OBJECTS) -- cgit v1.2.3