diff --git a/Makefile b/Makefile index 679b22e..9e95155 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ UID=$(shell id -u $(USER)) # build the docker image .PHONY: build_image build_image: clean_docker - DOCKER_BUILDKIT=1 docker build -f docker/$(CONTAINERNAME)/Dockerfile . \ + docker build -f docker/$(CONTAINERNAME)/Dockerfile . \ -t $(VENDORNAME)/$(PROJECTNAME)/$(CONTAINERNAME):dev --build-arg uid=$(UID) --build-arg user=$(USER) # compile the .gba file and run in in your emulator