.PHONY: build cloud-config
default: cloud-config build

all: cloud-config build

build:
	./build_image.sh

cloud-config:
	./config_drive.sh
