build:
	go build -o ole-load-test ./...
.PHONY: build

clean:
	rm ole-load-test
.PHONY: ole-load-test
