vagrant-slurm/Makefile

11 lines
214 B
Makefile
Raw Permalink Normal View History

.PHONY: all vagrant clean
all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
clean:
vagrant destroy -f --no-color
rm -rf .vagrant vagrantup.log munge.key ./scratch/submit