aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 9d47e04c235451a7c7717538eb7ae095a983ee0f (plain) (blame)
1
2
3
4
5
6
7
8
SUBDIRS = src tests

vagrant-clean:
	-for i in vagrant/*/Vagrantfile; do cd `dirname $$i` && (vagrant destroy -f || true) ; cd $$OLDPWD; done
	-rm -Rf vagrant/*/.vagrant vagrant/*/*.log

vagrant-test:
	-vagrant/test.rb