DOCKER = docker IMAGE = kylemanna/aosp aosp: Dockerfile $(DOCKER) build -t $(IMAGE) . all: aosp .PHONY: all