diff --git a/Makefile b/Makefile index 2834d9e..05465f7 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,11 @@ flush-images: ## Flush all outstanding Swift docker images. @docker images \ --all | grep ${DOCKER_IMAGE_NAME} | awk '{print $$3}' | xargs docker rmi --force +# --- MISCELLANEOUS --- + +xcode: ## Open this package in Xcode. + @open -a Xcode Package.swift + # --- HELP --- # Outputs the documentation for each of the defined tasks when `help` is called.