diff --git a/Makefile b/Makefile
index 488937d3e6c50fbd4719a7f7af955eb6519a7877..f780e23a3583152e12cd29507484e1c9b19eaaa6 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ GIT_COMMIT = $(strip $(shell git rev-parse --short HEAD))
 ####################
 BUILD_ARGS := --build-arg VCS_REF=$(GIT_COMMIT)
 
-.PHONY: all clean test $(DOCKERFILES) clean_images $(IMAGES_TO_CLEAN) static-code-analysis delete_dangling_images security
+.PHONY: all clean test $(DOCKERFILES) clean_images $(IMAGES_TO_CLEAN) static-code-analysis mobile delete_dangling_images security
 
 all: php-lint php-unit-test magento2 mobile static-code-analysis