[Setup] Non Apple platforms #13
5
Makefile
5
Makefile
@ -65,6 +65,11 @@ flush-images: ## Flush all outstanding Swift docker images.
|
|||||||
@docker images \
|
@docker images \
|
||||||
--all | grep ${DOCKER_IMAGE_NAME} | awk '{print $$3}' | xargs docker rmi --force
|
--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 ---
|
# --- HELP ---
|
||||||
|
|
||||||
# Outputs the documentation for each of the defined tasks when `help` is called.
|
# Outputs the documentation for each of the defined tasks when `help` is called.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user