src: add makefile target

This commit is contained in:
Luke Kingland 2021-02-15 21:40:04 +09:00
parent 1551d69b5d
commit d915554d71
No known key found for this signature in database
GPG Key ID: 4896F75BAF2E1966
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ release: build test
git commit -am "release: $(VTAG)" git commit -am "release: $(VTAG)"
git tag $(VTAG) git tag $(VTAG)
cluster: ## Set up a local cluster for integraiton tests.
# Creating KinD cluster `kind`.
# Delete with ./hack/delete.sh
./hack/allocate.sh && ./hack/configure.sh
clean: clean:
rm -f $(BIN) $(WINDOWS) $(LINUX) $(DARWIN) rm -f $(BIN) $(WINDOWS) $(LINUX) $(DARWIN)
-rm -f coverage.out -rm -f coverage.out