Files
kubevirt.core/Makefile
Felix Matouschek 216df38df9 first commit
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
2023-07-14 10:30:20 +02:00

10 lines
121 B
Makefile

all:
.PHONY: cluster-up
cluster-up:
hack/e2e-setup.sh
.PHONY: cluster-down
cluster-down:
hack/e2e-setup.sh --cleanup