.PHONY: clean build-image

#   clean: clean up all build artifacts.
#   build-image: build docker image for selected projects.

# Remove all build artifacts.
#
# Example:
#   make clean
clean:
	build/clean.sh

