Skip to content

Commit

Permalink
Merge pull request #10 from rs0125/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 authored Oct 27, 2024
2 parents 14aed71 + e625406 commit 4b97ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b97ed1

Please sign in to comment.