IMAGE_NAME ?= clang-format-image
IMAGE_TAG ?= llvm20

all:
	docker build -t $(IMAGE_NAME):$(IMAGE_TAG) .
