requests.git | tests/certs/mtls/ | Makefile


.PHONY: all clean

all:
	make -C client all

clean:
	make -C client clean