Skip to content
Snippets Groups Projects
Commit 86a902e4 authored by Alan Nelson's avatar Alan Nelson
Browse files

Declare mobile target as phony in Makefile

parent 16509799
Branches
No related tags found
2 merge requests!15Merge Develop into Master,!10Add docker images for building android projects
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment