NS = praticamentetilde REPO = latex IMAGE = $(NS)/$(REPO) .PHONY: build build_small build: build_small build_small: Dockerfile.small @docker build -f Dockerfile.small -t $(IMAGE)\:2018-small . default: build